#FCC3BD

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

Shades of Your Pink #FCC3BD

Tints of Your Pink #FCC3BD

Color information

#FCC3BD (or 0xFCC3BD) is unknown color: approx Your Pink. HEX triplet: FC, C3 and BD. RGB value is (252,195,189). Sum of RGB (Red+Green+Blue) = 252+195+189=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3BD is #033C42. Grayscale: #D3D3D3. Windows color (decimal): -212035 or 12436476. OLE color: 12436476.

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

Color convert

RGB252195189-
CMYK00.230.250.01
HSL5.71º91.3%86.47%-
HSV(B)5.71º25%98.82%-
XYZ68.8563.456.75-
YUV211.36115.38156.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=39.62%
G=30.66%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219518900.230.250.015.7191.386.47
HexFCC3BD01719165b56
Octal3743032750273116133126
Binary11111100110000111011110101011111001111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3BD; }

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

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

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

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

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

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

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

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