Shades of Karry #FDDFC9
Tints of Karry #FDDFC9
RGB
CMYK
RGB Variations
Color information
#FDDFC9 (or 0xFDDFC9) is known color: Karry. HEX triplet: FD, DF and C9. RGB value is (253,223,201). Sum of RGB (Red+Green+Blue) = 253+223+201=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC9 is #022036. Grayscale: #E5E5E5. Windows color (decimal): -139319 or 13230077. OLE color: 13230077.
HSL color Cylindrical-coordinate representation of color #FDDFC9: hue angle of 25.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDFC9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 201 | - |
CMYK | 0 | 0.12 | 0.21 | 0.01 |
HSL | 25.38º | 0.93% | 0.89% | - |
HSV(B) | 25.38º | 0.21% | 0.99% | - |
XYZ | 77.44 | 77.88 | 66.21 | - |
YUV | 229.46 | 111.94 | 144.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 201 | 0 | 0.12 | 0.21 | 0.01 | 25.38 | 0.93 | 0.89 |
Hex | FD | DF | C9 | 0 | C | 15 | 1 | 19 | 5D | 59 |
Octal | 375 | 337 | 311 | 0 | 14 | 25 | 1 | 31 | 135 | 131 |
Binary | 11111101 | 11011111 | 11001001 | 0 | 1100 | 10101 | 1 | 11001 | 1011101 | 1011001 |
Color Harmonies of #FDDFC9
Complementary color
Monochromatic Colors of #FDDFC9
Black with #FDDFC9
Text Example
Text Example
White with #FDDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC9; }
p { color: rgb(253,223,201); }
H1.HeaderClassName
{
color: #FDDFC9;
}
.AnyTagClassName
{
color: #FDDFC9;
}
</style>
background-color css
<style>
a { background-color: #FDDFC9; }
a { background-color: rgb(253,223,201); }
div.DivClassName
{
background-color: #FDDFC9;
}
.BgClassName
{
background-color: #FDDFC9;
}
</style>
border-color css
<style>
span { border-color: #FDDFC9; }
span { border-color: rgb(253,223,201); }
td.TdClassName
{
border-color: #FDDFC9;
}
.TagClassName
{
border-color: #FDDFC9;
}
</style>