Shades of Karry #FCDBBE
Tints of Karry #FCDBBE
RGB
CMYK
RGB Variations
Color information
#FCDBBE (or 0xFCDBBE) is known color: 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
RGB | 252 | 219 | 190 | - |
CMYK | 0 | 0.13 | 0.25 | 0.01 |
HSL | 28.06º | 0.91% | 0.87% | - |
HSV(B) | 28.06º | 0.25% | 0.99% | - |
XYZ | 74.77 | 75.08 | 59.27 | - |
YUV | 225.56 | 107.93 | 146.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 190 | 0 | 0.13 | 0.25 | 0.01 | 28.06 | 0.91 | 0.87 |
Hex | FC | DB | BE | 0 | D | 19 | 1 | 1C | 5B | 57 |
Octal | 374 | 333 | 276 | 0 | 15 | 31 | 1 | 34 | 133 | 127 |
Binary | 11111100 | 11011011 | 10111110 | 0 | 1101 | 11001 | 1 | 11100 | 1011011 | 1010111 |
Color Harmonies of #FCDBBE
Complementary color
Monochromatic Colors of #FCDBBE
Black with #FCDBBE
Text Example
Text Example
White with #FCDBBE
Text Example
Text Example
HTML Codes & Css Web 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>