#FCDBBE

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

Shades of Karry #FCDBBE

Tints of Karry #FCDBBE

Color information

#FCDBBE (or 0xFCDBBE) is unknown color: approx Karry. HEX triplet: FC, DB and BE. RGB value is (252,219,190). Sum of RGB (Red+Green+Blue) = 252+219+190=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBBE is #032441. Grayscale: #E1E1E1. Windows color (decimal): -205890 or 12508156. OLE color: 12508156.

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

Color convert

RGB252219190-
CMYK00.130.250.01
HSL28.06º91.18%86.67%-
HSV(B)28.06º24.6%98.82%-
XYZ74.7775.0859.27-
YUV225.56107.93146.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=38.12%
G=33.13%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221919000.130.250.0128.0691.1886.67
HexFCDBBE0D1911c5b57
Octal37433327601531134133127
Binary111111001101101110111110011011100111110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBBE; }

 p { color: rgb(252,219,190); }

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

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

 a { background-color: rgb(252,219,190); }

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

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

 span { border-color: rgb(252,219,190); }

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