Html Css Color HEX #FCC9CD Pink

📋 copy color: '#FCC9CD'

red 252 ◦ green 201 ◦ blue 205

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

Shades of Pink #FCC9CD

Tints of Pink #FCC9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.16%

R = 38.3%
G = 30.55%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC9CD (or 0xFCC9CD) is known color: Pink. HEX triplet: FC, C9 and CD. RGB value is (252,201,205). Sum of RGB (Red+Green+Blue) = 252+201+205=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CD is #033632. Grayscale: #D8D8D8. Windows color (decimal): -210483 or 13486588. OLE color: 13486588.

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

Color convert

RGB 252 201 205 -
CMYK 0 0.20 0.19 0.01
HSL 355.29º 0.89% 0.89% -
HSV(B) 355.29º 0.2% 0.99% -
XYZ 72.05 66.88 66.87 -
YUV 216.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 252 201 205 0 0.20 0.19 0.01 355.29 0.89 0.89
Hex FC C9 CD 0 14 13 1 163 59 59
Octal 374 311 315 0 24 23 1 543 131 131
Binary 11111100 11001001 11001101 0 10100 10011 1 101100011 1011001 1011001

Color Harmonies of #FCC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9CD

Black with #FCC9CD

Text Example


Text Example

White with #FCC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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