Html Css Color HEX #FC5EEA Pink Flamingo

📋 copy color: '#FC5EEA'

red 252 ◦ green 94 ◦ blue 234

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

Shades of Pink Flamingo #FC5EEA

Tints of Pink Flamingo #FC5EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 43.45%
G = 16.21%
B = 40.34%

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

#FC5EEA (or 0xFC5EEA) is known color: Pink Flamingo. HEX triplet: FC, 5E and EA. RGB value is (252,94,234). Sum of RGB (Red+Green+Blue) = 252+94+234=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EEA is #03A115. Grayscale: #9C9C9C. Windows color (decimal): -237846 or 15359740. OLE color: 15359740.

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

Color convert

RGB 252 94 234 -
CMYK 0 0.63 0.07 0.01
HSL 306.84º 0.96% 0.68% -
HSV(B) 306.84º 0.63% 0.99% -
XYZ 59 34.64 81.42 -
YUV 157.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 252 94 234 0 0.63 0.07 0.01 306.84 0.96 0.68
Hex FC 5E EA 0 3F 7 1 133 60 44
Octal 374 136 352 0 77 7 1 463 140 104
Binary 11111100 1011110 11101010 0 111111 111 1 100110011 1100000 1000100

Color Harmonies of #FC5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EEA

Black with #FC5EEA

Text Example


Text Example

White with #FC5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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