Shades of Karry #FDDFBF
Tints of Karry #FDDFBF
RGB
CMYK
RGB Variations
Color information
#FDDFBF (or 0xFDDFBF) is known color: Karry. HEX triplet: FD, DF and BF. RGB value is (253,223,191). Sum of RGB (Red+Green+Blue) = 253+223+191=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFBF is #022040. Grayscale: #E4E4E4. Windows color (decimal): -139329 or 12574717. OLE color: 12574717.
HSL color Cylindrical-coordinate representation of color #FDDFBF: hue angle of 30.97º 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 #FDDFBF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 191 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 30.97º | 0.94% | 0.87% | - |
| HSV(B) | 30.97º | 0.25% | 0.99% | - |
| XYZ | 76.3 | 77.42 | 60.21 | - |
| YUV | 228.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 191 | 0 | 0.12 | 0.25 | 0.01 | 30.97 | 0.94 | 0.87 |
| Hex | FD | DF | BF | 0 | C | 19 | 1 | 1F | 5E | 57 |
| Octal | 375 | 337 | 277 | 0 | 14 | 31 | 1 | 37 | 136 | 127 |
| Binary | 11111101 | 11011111 | 10111111 | 0 | 1100 | 11001 | 1 | 11111 | 1011110 | 1010111 |
Color Harmonies of #FDDFBF
Complementary color
Monochromatic Colors of #FDDFBF
Black with #FDDFBF
Text Example
Text Example
White with #FDDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFBF; }
p { color: rgb(253,223,191); }
H1.HeaderClassName
{
color: #FDDFBF;
}
.AnyTagClassName
{
color: #FDDFBF;
}
</style>
background-color css
<style>
a { background-color: #FDDFBF; }
a { background-color: rgb(253,223,191); }
div.DivClassName
{
background-color: #FDDFBF;
}
.BgClassName
{
background-color: #FDDFBF;
}
</style>
border-color css
<style>
span { border-color: #FDDFBF; }
span { border-color: rgb(253,223,191); }
td.TdClassName
{
border-color: #FDDFBF;
}
.TagClassName
{
border-color: #FDDFBF;
}
</style>