Html Css Color HEX #FCC9C2 Your Pink

📋 copy color: '#FCC9C2'

red 252 ◦ green 201 ◦ blue 194

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

Shades of Your Pink #FCC9C2

Tints of Your Pink #FCC9C2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.07%

 BLUE value IS 194 (76.17% from 255) = 29.98%

R = 38.95%
G = 31.07%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCC9C2 (or 0xFCC9C2) is known color: Your Pink. HEX triplet: FC, C9 and C2. RGB value is (252,201,194). Sum of RGB (Red+Green+Blue) = 252+201+194=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9C2 is #03363D. Grayscale: #D7D7D7. Windows color (decimal): -210494 or 12765692. OLE color: 12765692.

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

Color convert

RGB 252 201 194 -
CMYK 0 0.20 0.23 0.01
HSL 7.24º 0.91% 0.87% -
HSV(B) 7.24º 0.23% 0.99% -
XYZ 70.77 66.36 60.12 -
YUV 215.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 252 201 194 0 0.20 0.23 0.01 7.24 0.91 0.87
Hex FC C9 C2 0 14 17 1 7 5B 57
Octal 374 311 302 0 24 27 1 7 133 127
Binary 11111100 11001001 11000010 0 10100 10111 1 111 1011011 1010111

Color Harmonies of #FCC9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9C2

Black with #FCC9C2

Text Example


Text Example

White with #FCC9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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