Shades of Rose White #FDF3EF
Tints of Rose White #FDF3EF
RGB
CMYK
RGB Variations
Color information
#FDF3EF (or 0xFDF3EF) is known color: Rose White. HEX triplet: FD, F3 and EF. RGB value is (253,243,239). Sum of RGB (Red+Green+Blue) = 253+243+239=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 239 (93.75% from 255 or 32.52% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3EF is #020C10. Grayscale: #F5F5F5. Windows color (decimal): -134161 or 15725565. OLE color: 15725565.
HSL color Cylindrical-coordinate representation of color #FDF3EF: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF3EF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 239 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 17.14º | 0.78% | 0.96% | - |
HSV(B) | 17.14º | 0.06% | 0.99% | - |
XYZ | 88.14 | 91.22 | 94.62 | - |
YUV | 245.53 | 124.31 | 133.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 239 | 0 | 0.04 | 0.06 | 0.01 | 17.14 | 0.78 | 0.96 |
Hex | FD | F3 | EF | 0 | 4 | 6 | 1 | 11 | 4E | 60 |
Octal | 375 | 363 | 357 | 0 | 4 | 6 | 1 | 21 | 116 | 140 |
Binary | 11111101 | 11110011 | 11101111 | 0 | 100 | 110 | 1 | 10001 | 1001110 | 1100000 |
Color Harmonies of #FDF3EF
Complementary color
Monochromatic Colors of #FDF3EF
Black with #FDF3EF
Text Example
Text Example
White with #FDF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3EF; }
p { color: rgb(253,243,239); }
H1.HeaderClassName
{
color: #FDF3EF;
}
.AnyTagClassName
{
color: #FDF3EF;
}
</style>
background-color css
<style>
a { background-color: #FDF3EF; }
a { background-color: rgb(253,243,239); }
div.DivClassName
{
background-color: #FDF3EF;
}
.BgClassName
{
background-color: #FDF3EF;
}
</style>
border-color css
<style>
span { border-color: #FDF3EF; }
span { border-color: rgb(253,243,239); }
td.TdClassName
{
border-color: #FDF3EF;
}
.TagClassName
{
border-color: #FDF3EF;
}
</style>