#FCCCBF

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

Shades of Your Pink #FCCCBF

Tints of Your Pink #FCCCBF

Color information

#FCCCBF (or 0xFCCCBF) is unknown color: approx Your Pink. HEX triplet: FC, CC and BF. RGB value is (252,204,191). Sum of RGB (Red+Green+Blue) = 252+204+191=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBF is #033340. Grayscale: #D8D8D8. Windows color (decimal): -209729 or 12569852. OLE color: 12569852.

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

Color convert

RGB252204191-
CMYK00.190.240.01
HSL12.79º91.04%86.86%-
HSV(B)12.79º24.21%98.82%-
XYZ71.1467.6458.6-
YUV216.87113.4153.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 191 (75% from 255) = 29.52%
R=38.95%
G=31.53%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220419100.190.240.0112.7991.0486.86
HexFCCCBF013181d5b57
Octal37431427702330115133127
Binary111111001100110010111111010011110001110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCBF; }

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

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

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

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

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

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

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

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