Html Css Color HEX #FCC6CB Pink

📋 copy color: '#FCC6CB'

red 252 ◦ green 198 ◦ blue 203

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

Shades of Pink #FCC6CB

Tints of Pink #FCC6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 38.59%
G = 30.32%
B = 31.09%

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

#FCC6CB (or 0xFCC6CB) is known color: Pink. HEX triplet: FC, C6 and CB. RGB value is (252,198,203). Sum of RGB (Red+Green+Blue) = 252+198+203=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CB is #033934. Grayscale: #D6D6D6. Windows color (decimal): -211253 or 13354748. OLE color: 13354748.

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

Color convert

RGB 252 198 203 -
CMYK 0 0.21 0.19 0.01
HSL 354.44º 0.9% 0.88% -
HSV(B) 354.44º 0.21% 0.99% -
XYZ 71.12 65.4 65.37 -
YUV 214.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 252 198 203 0 0.21 0.19 0.01 354.44 0.9 0.88
Hex FC C6 CB 0 15 13 1 162 5A 58
Octal 374 306 313 0 25 23 1 542 132 130
Binary 11111100 11000110 11001011 0 10101 10011 1 101100010 1011010 1011000

Color Harmonies of #FCC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6CB

Black with #FCC6CB

Text Example


Text Example

White with #FCC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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