#FD4BEE

Color #FD4BEE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FD4BEE

Tints of Pink Flamingo #FD4BEE

Color information

#FD4BEE (or 0xFD4BEE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 4B and EE. RGB value is (253,75,238). Sum of RGB (Red+Green+Blue) = 253+75+238=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 75 (29.69% from 255 or 13.25% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4BEE is #02B411. Grayscale: #929292. Windows color (decimal): -177170 or 15617021. OLE color: 15617021.

HSL color Cylindrical-coordinate representation of color #FD4BEE: hue angle of 305.06º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4BEE is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25375238-
CMYK00.700.060.01
HSL305.06º97.8%64.31%-
HSV(B)305.06º70.36%99.22%-
XYZ58.4632.0984-
YUV146.8179.47203.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 75 (29.69% from 255) = 13.25%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=44.70%
G=13.25%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537523800.700.060.01305.0697.864.31
HexFD4BEE046611316240
Octal375113356010661461142100
Binary1111110110010111110111001000110110110011000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4BEE; }

 p { color: rgb(253,75,238); }

 H1.HeaderClassName
 {
   color: #FD4BEE;
 }
 .AnyTagClassName
 {
   color: #FD4BEE;
 }
</style>
background-color css

<style>
 a { background-color: #FD4BEE; }

 a { background-color: rgb(253,75,238); }

 div.DivClassName
 {
   background-color: #FD4BEE;
 }
 .BgClassName
 {
   background-color: #FD4BEE;
 }
</style>
border-color css

<style>
 span { border-color: #FD4BEE; }

 span { border-color: rgb(253,75,238); }

 td.TdClassName
 {
   border-color: #FD4BEE;
 }
 .TagClassName
 {
   border-color: #FD4BEE;
 }
</style>