Shades of Picasso #FDEB95
Tints of Picasso #FDEB95
RGB
CMYK
RGB Variations
Color information
#FDEB95 (or 0xFDEB95) is known color: Picasso. HEX triplet: FD, EB and 95. RGB value is (253,235,149). Sum of RGB (Red+Green+Blue) = 253+235+149=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB95 is #02146A. Grayscale: #E6E6E6. Windows color (decimal): -136299 or 9825277. OLE color: 9825277.
HSL color Cylindrical-coordinate representation of color #FDEB95: hue angle of 49.62º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDEB95 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 149 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.01 |
| HSL | 49.62º | 0.96% | 0.79% | - |
| HSV(B) | 49.62º | 0.41% | 0.99% | - |
| XYZ | 75.64 | 82.47 | 40.37 | - |
| YUV | 230.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 149 | 0 | 0.07 | 0.41 | 0.01 | 49.62 | 0.96 | 0.79 |
| Hex | FD | EB | 95 | 0 | 7 | 29 | 1 | 32 | 60 | 4F |
| Octal | 375 | 353 | 225 | 0 | 7 | 51 | 1 | 62 | 140 | 117 |
| Binary | 11111101 | 11101011 | 10010101 | 0 | 111 | 101001 | 1 | 110010 | 1100000 | 1001111 |
Color Harmonies of #FDEB95
Complementary color
Monochromatic Colors of #FDEB95
Black with #FDEB95
Text Example
Text Example
White with #FDEB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB95; }
p { color: rgb(253,235,149); }
H1.HeaderClassName
{
color: #FDEB95;
}
.AnyTagClassName
{
color: #FDEB95;
}
</style>
background-color css
<style>
a { background-color: #FDEB95; }
a { background-color: rgb(253,235,149); }
div.DivClassName
{
background-color: #FDEB95;
}
.BgClassName
{
background-color: #FDEB95;
}
</style>
border-color css
<style>
span { border-color: #FDEB95; }
span { border-color: rgb(253,235,149); }
td.TdClassName
{
border-color: #FDEB95;
}
.TagClassName
{
border-color: #FDEB95;
}
</style>