Shades of Karry #FDDFBE
Tints of Karry #FDDFBE
RGB
CMYK
RGB Variations
Color information
#FDDFBE (or 0xFDDFBE) is known color: Karry. HEX triplet: FD, DF and BE. RGB value is (253,223,190). Sum of RGB (Red+Green+Blue) = 253+223+190=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFBE is #022041. Grayscale: #E4E4E4. Windows color (decimal): -139330 or 12509181. OLE color: 12509181.
HSL color Cylindrical-coordinate representation of color #FDDFBE: hue angle of 31.43º degrees, saturation: 0.94, 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 #FDDFBE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 190 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 31.43º | 0.94% | 0.87% | - |
| HSV(B) | 31.43º | 0.25% | 0.99% | - |
| XYZ | 76.19 | 77.38 | 59.63 | - |
| YUV | 228.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 190 | 0 | 0.12 | 0.25 | 0.01 | 31.43 | 0.94 | 0.87 |
| Hex | FD | DF | BE | 0 | C | 19 | 1 | 1F | 5E | 57 |
| Octal | 375 | 337 | 276 | 0 | 14 | 31 | 1 | 37 | 136 | 127 |
| Binary | 11111101 | 11011111 | 10111110 | 0 | 1100 | 11001 | 1 | 11111 | 1011110 | 1010111 |
Color Harmonies of #FDDFBE
Complementary color
Monochromatic Colors of #FDDFBE
Black with #FDDFBE
Text Example
Text Example
White with #FDDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFBE; }
p { color: rgb(253,223,190); }
H1.HeaderClassName
{
color: #FDDFBE;
}
.AnyTagClassName
{
color: #FDDFBE;
}
</style>
background-color css
<style>
a { background-color: #FDDFBE; }
a { background-color: rgb(253,223,190); }
div.DivClassName
{
background-color: #FDDFBE;
}
.BgClassName
{
background-color: #FDDFBE;
}
</style>
border-color css
<style>
span { border-color: #FDDFBE; }
span { border-color: rgb(253,223,190); }
td.TdClassName
{
border-color: #FDDFBE;
}
.TagClassName
{
border-color: #FDDFBE;
}
</style>