Html Css Color HEX #FCC6CC Pink

📋 copy color: '#FCC6CC'

red 252 ◦ green 198 ◦ blue 204

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

Shades of Pink #FCC6CC

Tints of Pink #FCC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.28%

 BLUE value IS 204 (80.08% from 255) = 31.19%

R = 38.53%
G = 30.28%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC6CC (or 0xFCC6CC) is known color: Pink. HEX triplet: FC, C6 and CC. RGB value is (252,198,204). Sum of RGB (Red+Green+Blue) = 252+198+204=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CC is #033933. Grayscale: #D6D6D6. Windows color (decimal): -211252 or 13420284. OLE color: 13420284.

HSL color Cylindrical-coordinate representation of color #FCC6CC: hue angle of 353.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6CC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 204 -
CMYK 0 0.21 0.19 0.01
HSL 353.33º 0.9% 0.88% -
HSV(B) 353.33º 0.21% 0.99% -
XYZ 71.24 65.44 66 -
YUV 214.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 252 198 204 0 0.21 0.19 0.01 353.33 0.9 0.88
Hex FC C6 CC 0 15 13 1 161 5A 58
Octal 374 306 314 0 25 23 1 541 132 130
Binary 11111100 11000110 11001100 0 10101 10011 1 101100001 1011010 1011000

Color Harmonies of #FCC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6CC

Black with #FCC6CC

Text Example


Text Example

White with #FCC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6CC; }

 p { color: rgb(252,198,204); }

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

background-color css

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

 a { background-color: rgb(252,198,204); }

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

border-color css

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

 span { border-color: rgb(252,198,204); }

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