Html Css Color HEX #FCC1CC Pink

📋 copy color: '#FCC1CC'

red 252 ◦ green 193 ◦ blue 204

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

Shades of Pink #FCC1CC

Tints of Pink #FCC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

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

R = 38.83%
G = 29.74%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC1CC (or 0xFCC1CC) is known color: Pink. HEX triplet: FC, C1 and CC. RGB value is (252,193,204). Sum of RGB (Red+Green+Blue) = 252+193+204=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CC is #033E33. Grayscale: #D3D3D3. Windows color (decimal): -212532 or 13419004. OLE color: 13419004.

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

Color convert

RGB 252 193 204 -
CMYK 0 0.23 0.19 0.01
HSL 348.81º 0.91% 0.87% -
HSV(B) 348.81º 0.23% 0.99% -
XYZ 70.11 63.2 65.63 -
YUV 211.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 252 193 204 0 0.23 0.19 0.01 348.81 0.91 0.87
Hex FC C1 CC 0 17 13 1 15D 5B 57
Octal 374 301 314 0 27 23 1 535 133 127
Binary 11111100 11000001 11001100 0 10111 10011 1 101011101 1011011 1010111

Color Harmonies of #FCC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1CC

Black with #FCC1CC

Text Example


Text Example

White with #FCC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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