#FCC3BB

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

Shades of Your Pink #FCC3BB

Tints of Your Pink #FCC3BB

Color information

#FCC3BB (or 0xFCC3BB) is unknown color: approx Your Pink. HEX triplet: FC, C3 and BB. RGB value is (252,195,187). Sum of RGB (Red+Green+Blue) = 252+195+187=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3BB is #033C44. Grayscale: #D3D3D3. Windows color (decimal): -212037 or 12305404. OLE color: 12305404.

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

Color convert

RGB252195187-
CMYK00.230.260.01
HSL7.38º91.55%86.08%-
HSV(B)7.38º25.79%98.82%-
XYZ68.6363.3155.62-
YUV211.13114.38157.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=39.75%
G=30.76%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219518700.230.260.017.3891.5586.08
HexFCC3BB0171A175c56
Octal3743032730273217134126
Binary11111100110000111011101101011111010111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3BB; }

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

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

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

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

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

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

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

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