Html Css Color HEX #FCC1CB Pink

📋 copy color: '#FCC1CB'

red 252 ◦ green 193 ◦ blue 203

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

Shades of Pink #FCC1CB

Tints of Pink #FCC1CB

RGB

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

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

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

R = 38.89%
G = 29.78%
B = 31.33%

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

#FCC1CB (or 0xFCC1CB) is known color: Pink. HEX triplet: FC, C1 and CB. RGB value is (252,193,203). Sum of RGB (Red+Green+Blue) = 252+193+203=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CB is #033E34. Grayscale: #D3D3D3. Windows color (decimal): -212533 or 13353468. OLE color: 13353468.

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

Color convert

RGB 252 193 203 -
CMYK 0 0.23 0.19 0.01
HSL 349.83º 0.91% 0.87% -
HSV(B) 349.83º 0.23% 0.99% -
XYZ 69.99 63.15 65 -
YUV 211.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 252 193 203 0 0.23 0.19 0.01 349.83 0.91 0.87
Hex FC C1 CB 0 17 13 1 15E 5B 57
Octal 374 301 313 0 27 23 1 536 133 127
Binary 11111100 11000001 11001011 0 10111 10011 1 101011110 1011011 1010111

Color Harmonies of #FCC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1CB

Black with #FCC1CB

Text Example


Text Example

White with #FCC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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