Shades of Light Yellow #FCFCE7
Tints of Light Yellow #FCFCE7
RGB
CMYK
RGB Variations
Color information
#FCFCE7 (or 0xFCFCE7) is known color: Light Yellow. HEX triplet: FC, FC and E7. RGB value is (252,252,231). Sum of RGB (Red+Green+Blue) = 252+252+231=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 231 (90.62% from 255 or 31.43% from 735); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCE7 is #030318. Grayscale: #F9F9F9. Windows color (decimal): -197401 or 15203580. OLE color: 15203580.
HSL color Cylindrical-coordinate representation of color #FCFCE7: hue angle of 60º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCFCE7 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 231 | - |
CMYK | 0 | 0 | 0.08 | 0.01 |
HSL | 60º | 0.78% | 0.95% | - |
HSV(B) | 60º | 0.08% | 0.99% | - |
XYZ | 89.38 | 96.09 | 89.44 | - |
YUV | 249.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 231 | 0 | 0 | 0.08 | 0.01 | 60 | 0.78 | 0.95 |
Hex | FC | FC | E7 | 0 | 0 | 8 | 1 | 3C | 4E | 5F |
Octal | 374 | 374 | 347 | 0 | 0 | 10 | 1 | 74 | 116 | 137 |
Binary | 11111100 | 11111100 | 11100111 | 0 | 0 | 1000 | 1 | 111100 | 1001110 | 1011111 |
Color Harmonies of #FCFCE7
Complementary color
Monochromatic Colors of #FCFCE7
Black with #FCFCE7
Text Example
Text Example
White with #FCFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCE7; }
p { color: rgb(252,252,231); }
H1.HeaderClassName
{
color: #FCFCE7;
}
.AnyTagClassName
{
color: #FCFCE7;
}
</style>
background-color css
<style>
a { background-color: #FCFCE7; }
a { background-color: rgb(252,252,231); }
div.DivClassName
{
background-color: #FCFCE7;
}
.BgClassName
{
background-color: #FCFCE7;
}
</style>
border-color css
<style>
span { border-color: #FCFCE7; }
span { border-color: rgb(252,252,231); }
td.TdClassName
{
border-color: #FCFCE7;
}
.TagClassName
{
border-color: #FCFCE7;
}
</style>