#FCC3CF

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

Shades of Pink #FCC3CF

Tints of Pink #FCC3CF

Color information

#FCC3CF (or 0xFCC3CF) is unknown color: approx Pink. HEX triplet: FC, C3 and CF. RGB value is (252,195,207). Sum of RGB (Red+Green+Blue) = 252+195+207=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3CF is #033C30. Grayscale: #D5D5D5. Windows color (decimal): -212017 or 13616124. OLE color: 13616124.

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

Color convert

RGB252195207-
CMYK00.230.180.01
HSL347.37º90.48%87.65%-
HSV(B)347.37º22.62%98.82%-
XYZ70.9264.2367.69-
YUV213.41124.38155.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=38.53%
G=29.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219520700.230.180.01347.3790.4887.65
HexFCC3CF01712115b5a58
Octal374303317027221533132130
Binary11111100110000111100111101011110010110101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3CF; }

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

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

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

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

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

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

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

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