Html Css Color HEX #FCC1C9 Pink

📋 copy color: '#FCC1C9'

red 252 ◦ green 193 ◦ blue 201

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

Shades of Pink #FCC1C9

Tints of Pink #FCC1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.11%

R = 39.01%
G = 29.88%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC1C9 (or 0xFCC1C9) is known color: Pink. HEX triplet: FC, C1 and C9. RGB value is (252,193,201). Sum of RGB (Red+Green+Blue) = 252+193+201=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1C9 is #033E36. Grayscale: #D3D3D3. Windows color (decimal): -212535 or 13222396. OLE color: 13222396.

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

Color convert

RGB 252 193 201 -
CMYK 0 0.23 0.20 0.01
HSL 351.86º 0.91% 0.87% -
HSV(B) 351.86º 0.23% 0.99% -
XYZ 69.76 63.05 63.75 -
YUV 211.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 252 193 201 0 0.23 0.20 0.01 351.86 0.91 0.87
Hex FC C1 C9 0 17 14 1 160 5B 57
Octal 374 301 311 0 27 24 1 540 133 127
Binary 11111100 11000001 11001001 0 10111 10100 1 101100000 1011011 1010111

Color Harmonies of #FCC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1C9

Black with #FCC1C9

Text Example


Text Example

White with #FCC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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