Html Css Color HEX #FC5EEF Pink Flamingo

📋 copy color: '#FC5EEF'

red 252 ◦ green 94 ◦ blue 239

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

Shades of Pink Flamingo #FC5EEF

Tints of Pink Flamingo #FC5EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 43.08%
G = 16.07%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC5EEF (or 0xFC5EEF) is known color: Pink Flamingo. HEX triplet: FC, 5E and EF. RGB value is (252,94,239). Sum of RGB (Red+Green+Blue) = 252+94+239=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EEF is #03A110. Grayscale: #9D9D9D. Windows color (decimal): -237841 or 15687420. OLE color: 15687420.

HSL color Cylindrical-coordinate representation of color #FC5EEF: hue angle of 304.94º 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 #FC5EEF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 239 -
CMYK 0 0.63 0.05 0.01
HSL 304.94º 0.96% 0.68% -
HSV(B) 304.94º 0.63% 0.99% -
XYZ 59.73 34.93 85.26 -
YUV 157.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 252 94 239 0 0.63 0.05 0.01 304.94 0.96 0.68
Hex FC 5E EF 0 3F 5 1 131 60 44
Octal 374 136 357 0 77 5 1 461 140 104
Binary 11111100 1011110 11101111 0 111111 101 1 100110001 1100000 1000100

Color Harmonies of #FC5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EEF

Black with #FC5EEF

Text Example


Text Example

White with #FC5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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