Shades of Karry #FDDFCB
Tints of Karry #FDDFCB
RGB
CMYK
RGB Variations
Color information
#FDDFCB (or 0xFDDFCB) is known color: Karry. HEX triplet: FD, DF and CB. RGB value is (253,223,203). Sum of RGB (Red+Green+Blue) = 253+223+203=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFCB is #022034. Grayscale: #E5E5E5. Windows color (decimal): -139317 or 13361149. OLE color: 13361149.
HSL color Cylindrical-coordinate representation of color #FDDFCB: hue angle of 24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDDFCB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 203 | - |
CMYK | 0 | 0.12 | 0.20 | 0.01 |
HSL | 24º | 0.93% | 0.89% | - |
HSV(B) | 24º | 0.2% | 0.99% | - |
XYZ | 77.68 | 77.97 | 67.46 | - |
YUV | 229.69 | 112.94 | 144.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 203 | 0 | 0.12 | 0.20 | 0.01 | 24 | 0.93 | 0.89 |
Hex | FD | DF | CB | 0 | C | 14 | 1 | 18 | 5D | 59 |
Octal | 375 | 337 | 313 | 0 | 14 | 24 | 1 | 30 | 135 | 131 |
Binary | 11111101 | 11011111 | 11001011 | 0 | 1100 | 10100 | 1 | 11000 | 1011101 | 1011001 |
Color Harmonies of #FDDFCB
Complementary color
Monochromatic Colors of #FDDFCB
Black with #FDDFCB
Text Example
Text Example
White with #FDDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFCB; }
p { color: rgb(253,223,203); }
H1.HeaderClassName
{
color: #FDDFCB;
}
.AnyTagClassName
{
color: #FDDFCB;
}
</style>
background-color css
<style>
a { background-color: #FDDFCB; }
a { background-color: rgb(253,223,203); }
div.DivClassName
{
background-color: #FDDFCB;
}
.BgClassName
{
background-color: #FDDFCB;
}
</style>
border-color css
<style>
span { border-color: #FDDFCB; }
span { border-color: rgb(253,223,203); }
td.TdClassName
{
border-color: #FDDFCB;
}
.TagClassName
{
border-color: #FDDFCB;
}
</style>