Html Css Color HEX #FCC0CD Pink

📋 copy color: '#FCC0CD'

red 252 ◦ green 192 ◦ blue 205

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

Shades of Pink #FCC0CD

Tints of Pink #FCC0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.58%

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

R = 38.83%
G = 29.58%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC0CD (or 0xFCC0CD) is known color: Pink. HEX triplet: FC, C0 and CD. RGB value is (252,192,205). Sum of RGB (Red+Green+Blue) = 252+192+205=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0CD is #033F32. Grayscale: #D3D3D3. Windows color (decimal): -212787 or 13484284. OLE color: 13484284.

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

Color convert

RGB 252 192 205 -
CMYK 0 0.24 0.19 0.01
HSL 347º 0.91% 0.87% -
HSV(B) 347º 0.24% 0.99% -
XYZ 70.01 62.8 66.19 -
YUV 211.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 252 192 205 0 0.24 0.19 0.01 347 0.91 0.87
Hex FC C0 CD 0 18 13 1 15B 5B 57
Octal 374 300 315 0 30 23 1 533 133 127
Binary 11111100 11000000 11001101 0 11000 10011 1 101011011 1011011 1010111

Color Harmonies of #FCC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0CD

Black with #FCC0CD

Text Example


Text Example

White with #FCC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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