Html Css Color HEX #FCC4CB Pink

📋 copy color: '#FCC4CB'

red 252 ◦ green 196 ◦ blue 203

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

Shades of Pink #FCC4CB

Tints of Pink #FCC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.11%

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

R = 38.71%
G = 30.11%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC4CB (or 0xFCC4CB) is known color: Pink. HEX triplet: FC, C4 and CB. RGB value is (252,196,203). Sum of RGB (Red+Green+Blue) = 252+196+203=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CB is #033B34. Grayscale: #D5D5D5. Windows color (decimal): -211765 or 13354236. OLE color: 13354236.

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

Color convert

RGB 252 196 203 -
CMYK 0 0.22 0.19 0.01
HSL 352.5º 0.9% 0.88% -
HSV(B) 352.5º 0.22% 0.99% -
XYZ 70.66 64.49 65.22 -
YUV 213.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 252 196 203 0 0.22 0.19 0.01 352.5 0.9 0.88
Hex FC C4 CB 0 16 13 1 160 5A 58
Octal 374 304 313 0 26 23 1 540 132 130
Binary 11111100 11000100 11001011 0 10110 10011 1 101100000 1011010 1011000

Color Harmonies of #FCC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4CB

Black with #FCC4CB

Text Example


Text Example

White with #FCC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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