Html Css Color HEX #FC5CEC Pink Flamingo

📋 copy color: '#FC5CEC'

red 252 ◦ green 92 ◦ blue 236

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

Shades of Pink Flamingo #FC5CEC

Tints of Pink Flamingo #FC5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.86%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 43.45%
G = 15.86%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC5CEC (or 0xFC5CEC) is known color: Pink Flamingo. HEX triplet: FC, 5C and EC. RGB value is (252,92,236). Sum of RGB (Red+Green+Blue) = 252+92+236=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CEC is #03A313. Grayscale: #9B9B9B. Windows color (decimal): -238356 or 15490300. OLE color: 15490300.

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

Color convert

RGB 252 92 236 -
CMYK 0 0.63 0.06 0.01
HSL 306º 0.96% 0.67% -
HSV(B) 306º 0.63% 0.99% -
XYZ 59.11 34.41 82.88 -
YUV 156.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 252 92 236 0 0.63 0.06 0.01 306 0.96 0.67
Hex FC 5C EC 0 3F 6 1 132 60 43
Octal 374 134 354 0 77 6 1 462 140 103
Binary 11111100 1011100 11101100 0 111111 110 1 100110010 1100000 1000011

Color Harmonies of #FC5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CEC

Black with #FC5CEC

Text Example


Text Example

White with #FC5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CEC; }

 p { color: rgb(252,92,236); }

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

background-color css

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

 a { background-color: rgb(252,92,236); }

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

border-color css

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

 span { border-color: rgb(252,92,236); }

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