Shades of Cream #FDFFCA
Tints of Cream #FDFFCA
RGB
CMYK
RGB Variations
Color information
#FDFFCA (or 0xFDFFCA) is known color: Cream. HEX triplet: FD, FF and CA. RGB value is (253,255,202). Sum of RGB (Red+Green+Blue) = 253+255+202=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 202 (79.30% from 255 or 28.45% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFCA is #020035. Grayscale: #F8F8F8. Windows color (decimal): -131126 or 13303805. OLE color: 13303805.
HSL color Cylindrical-coordinate representation of color #FDFFCA: hue angle of 62.26º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDFFCA is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 202 | - |
CMYK | 0.01 | 0 | 0.21 | 0 |
HSL | 62.26º | 1% | 0.9% | - |
HSV(B) | 62.26º | 0.21% | 1% | - |
XYZ | 86.93 | 96.67 | 69.95 | - |
YUV | 248.36 | 101.84 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 202 | 0.01 | 0 | 0.21 | 0 | 62.26 | 1 | 0.9 |
Hex | FD | FF | CA | 1 | 0 | 15 | 0 | 3E | 64 | 5A |
Octal | 375 | 377 | 312 | 1 | 0 | 25 | 0 | 76 | 144 | 132 |
Binary | 11111101 | 11111111 | 11001010 | 1 | 0 | 10101 | 0 | 111110 | 1100100 | 1011010 |
Color Harmonies of #FDFFCA
Complementary color
Monochromatic Colors of #FDFFCA
Black with #FDFFCA
Text Example
Text Example
White with #FDFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFCA; }
p { color: rgb(253,255,202); }
H1.HeaderClassName
{
color: #FDFFCA;
}
.AnyTagClassName
{
color: #FDFFCA;
}
</style>
background-color css
<style>
a { background-color: #FDFFCA; }
a { background-color: rgb(253,255,202); }
div.DivClassName
{
background-color: #FDFFCA;
}
.BgClassName
{
background-color: #FDFFCA;
}
</style>
border-color css
<style>
span { border-color: #FDFFCA; }
span { border-color: rgb(253,255,202); }
td.TdClassName
{
border-color: #FDFFCA;
}
.TagClassName
{
border-color: #FDFFCA;
}
</style>