Html Css Color HEX #FCC2CD Pink

📋 copy color: '#FCC2CD'

red 252 ◦ green 194 ◦ blue 205

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

Shades of Pink #FCC2CD

Tints of Pink #FCC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

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

R = 38.71%
G = 29.8%
B = 31.49%

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

#FCC2CD (or 0xFCC2CD) is known color: Pink. HEX triplet: FC, C2 and CD. RGB value is (252,194,205). Sum of RGB (Red+Green+Blue) = 252+194+205=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CD is #033D32. Grayscale: #D4D4D4. Windows color (decimal): -212275 or 13484796. OLE color: 13484796.

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

Color convert

RGB 252 194 205 -
CMYK 0 0.23 0.19 0.01
HSL 348.62º 0.91% 0.87% -
HSV(B) 348.62º 0.23% 0.99% -
XYZ 70.46 63.69 66.34 -
YUV 212.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 252 194 205 0 0.23 0.19 0.01 348.62 0.91 0.87
Hex FC C2 CD 0 17 13 1 15D 5B 57
Octal 374 302 315 0 27 23 1 535 133 127
Binary 11111100 11000010 11001101 0 10111 10011 1 101011101 1011011 1010111

Color Harmonies of #FCC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2CD

Black with #FCC2CD

Text Example


Text Example

White with #FCC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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