Html Css Color HEX #FC5EEB Pink Flamingo

📋 copy color: '#FC5EEB'

red 252 ◦ green 94 ◦ blue 235

#FC5EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FC5EEB

Tints of Pink Flamingo #FC5EEB

RGB

 RED value IS 252 (98.83% from 255) = 43.37%

 GREEN value IS 94 (37.11% from 255) = 16.18%

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 43.37%
G = 16.18%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC5EEB (or 0xFC5EEB) is known color: Pink Flamingo. HEX triplet: FC, 5E and EB. RGB value is (252,94,235). Sum of RGB (Red+Green+Blue) = 252+94+235=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EEB is #03A114. Grayscale: #9C9C9C. Windows color (decimal): -237845 or 15425276. OLE color: 15425276.

HSL color Cylindrical-coordinate representation of color #FC5EEB: hue angle of 306.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EEB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 235 -
CMYK 0 0.63 0.07 0.01
HSL 306.46º 0.96% 0.68% -
HSV(B) 306.46º 0.63% 0.99% -
XYZ 59.14 34.7 82.18 -
YUV 157.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 252 94 235 0 0.63 0.07 0.01 306.46 0.96 0.68
Hex FC 5E EB 0 3F 7 1 132 60 44
Octal 374 136 353 0 77 7 1 462 140 104
Binary 11111100 1011110 11101011 0 111111 111 1 100110010 1100000 1000100

Color Harmonies of #FC5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EEB

Black with #FC5EEB

Text Example


Text Example

White with #FC5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EEB; }

 p { color: rgb(252,94,235); }

 H1.HeaderClassName
 {
   color: #FC5EEB;
 }
 .AnyTagClassName
 {
   color: #FC5EEB;
 }
</style>

background-color css

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

 a { background-color: rgb(252,94,235); }

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

border-color css

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

 span { border-color: rgb(252,94,235); }

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