#FCC3D0

Color #FCC3D0 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FCC3D0

Tints of Pink #FCC3D0

Color information

#FCC3D0 (or 0xFCC3D0) is unknown color: approx Pink. HEX triplet: FC, C3 and D0. RGB value is (252,195,208). Sum of RGB (Red+Green+Blue) = 252+195+208=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3D0 is #033C2F. Grayscale: #D5D5D5. Windows color (decimal): -212016 or 13681660. OLE color: 13681660.

HSL color Cylindrical-coordinate representation of color #FCC3D0: hue angle of 346.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252195208-
CMYK00.230.170.01
HSL346.32º90.48%87.65%-
HSV(B)346.32º22.62%98.82%-
XYZ71.0564.2868.34-
YUV213.52124.88155.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=38.47%
G=29.77%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219520800.230.170.01346.3290.4887.65
HexFCC3D001711115a5a58
Octal374303320027211532132130
Binary11111100110000111101000001011110001110101101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3D0; }

 p { color: rgb(252,195,208); }

 H1.HeaderClassName
 {
   color: #FCC3D0;
 }
 .AnyTagClassName
 {
   color: #FCC3D0;
 }
</style>
background-color css

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

 a { background-color: rgb(252,195,208); }

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

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

 span { border-color: rgb(252,195,208); }

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