Shades of Seashell #FEFDFC
Tints of Seashell #FEFDFC
RGB
CMYK
RGB Variations
Color information
#FEFDFC (or 0xFEFDFC) is known color: Seashell. HEX triplet: FE, FD and FC. RGB value is (254,253,252). Sum of RGB (Red+Green+Blue) = 254+253+252=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 252 (98.83% from 255 or 33.20% from 759); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFC is #010203. Grayscale: #FDFDFD. Windows color (decimal): -66052 or 16580094. OLE color: 16580094.
HSL color Cylindrical-coordinate representation of color #FEFDFC: hue angle of 30º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFDFC is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 252 | - |
CMYK | 0 | 0.00 | 0.01 | 0.00 |
HSL | 30º | 0.5% | 0.99% | - |
HSV(B) | 30º | 0.01% | 1% | - |
XYZ | 93.57 | 98.35 | 106.15 | - |
YUV | 253.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 252 | 0 | 0.00 | 0.01 | 0.00 | 30 | 0.5 | 0.99 |
Hex | FE | FD | FC | 0 | 0 | 1 | 0 | 1E | 32 | 63 |
Octal | 376 | 375 | 374 | 0 | 0 | 1 | 0 | 36 | 62 | 143 |
Binary | 11111110 | 11111101 | 11111100 | 0 | 0 | 1 | 0 | 11110 | 110010 | 1100011 |
Color Harmonies of #FEFDFC
Complementary color
Monochromatic Colors of #FEFDFC
Black with #FEFDFC
Text Example
Text Example
White with #FEFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDFC; }
p { color: rgb(254,253,252); }
H1.HeaderClassName
{
color: #FEFDFC;
}
.AnyTagClassName
{
color: #FEFDFC;
}
</style>
background-color css
<style>
a { background-color: #FEFDFC; }
a { background-color: rgb(254,253,252); }
div.DivClassName
{
background-color: #FEFDFC;
}
.BgClassName
{
background-color: #FEFDFC;
}
</style>
border-color css
<style>
span { border-color: #FEFDFC; }
span { border-color: rgb(254,253,252); }
td.TdClassName
{
border-color: #FEFDFC;
}
.TagClassName
{
border-color: #FEFDFC;
}
</style>