#FCC6BB

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

Shades of Your Pink #FCC6BB

Tints of Your Pink #FCC6BB

Color information

#FCC6BB (or 0xFCC6BB) is unknown color: approx Your Pink. HEX triplet: FC, C6 and BB. RGB value is (252,198,187). Sum of RGB (Red+Green+Blue) = 252+198+187=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BB is #033944. Grayscale: #D4D4D4. Windows color (decimal): -211269 or 12306172. OLE color: 12306172.

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

Color convert

RGB252198187-
CMYK00.210.260.01
HSL10.15º91.55%86.08%-
HSV(B)10.15º25.79%98.82%-
XYZ69.3164.6755.84-
YUV212.89113.39155.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=39.56%
G=31.08%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219818700.210.260.0110.1591.5586.08
HexFCC6BB0151A1a5c56
Octal37430627302532112134126
Binary111111001100011010111011010101110101101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6BB; }

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

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

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

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

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

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

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

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