Html Css Color HEX #FCC0CC Pink

📋 copy color: '#FCC0CC'

red 252 ◦ green 192 ◦ blue 204

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

Shades of Pink #FCC0CC

Tints of Pink #FCC0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 38.89%
G = 29.63%
B = 31.48%

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

#FCC0CC (or 0xFCC0CC) is known color: Pink. HEX triplet: FC, C0 and CC. RGB value is (252,192,204). Sum of RGB (Red+Green+Blue) = 252+192+204=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0CC is #033F33. Grayscale: #D3D3D3. Windows color (decimal): -212788 or 13418748. OLE color: 13418748.

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

Color convert

RGB 252 192 204 -
CMYK 0 0.24 0.19 0.01
HSL 348º 0.91% 0.87% -
HSV(B) 348º 0.24% 0.99% -
XYZ 69.89 62.75 65.56 -
YUV 211.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 252 192 204 0 0.24 0.19 0.01 348 0.91 0.87
Hex FC C0 CC 0 18 13 1 15C 5B 57
Octal 374 300 314 0 30 23 1 534 133 127
Binary 11111100 11000000 11001100 0 11000 10011 1 101011100 1011011 1010111

Color Harmonies of #FCC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0CC

Black with #FCC0CC

Text Example


Text Example

White with #FCC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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