Shades of Sandy Beach #FADCB8
Tints of Sandy Beach #FADCB8
RGB
CMYK
RGB Variations
Color information
#FADCB8 (or 0xFADCB8) is known color: Sandy Beach. HEX triplet: FA, DC and B8. RGB value is (250,220,184). Sum of RGB (Red+Green+Blue) = 250+220+184=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCB8 is #052347. Grayscale: #E1E1E1. Windows color (decimal): -336712 or 12115194. OLE color: 12115194.
HSL color Cylindrical-coordinate representation of color #FADCB8: hue angle of 32.73º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FADCB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 184 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 32.73º | 0.87% | 0.85% | - |
| HSV(B) | 32.73º | 0.26% | 0.98% | - |
| XYZ | 73.67 | 74.97 | 55.94 | - |
| YUV | 224.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 184 | 0 | 0.12 | 0.26 | 0.02 | 32.73 | 0.87 | 0.85 |
| Hex | FA | DC | B8 | 0 | C | 1A | 2 | 21 | 57 | 55 |
| Octal | 372 | 334 | 270 | 0 | 14 | 32 | 2 | 41 | 127 | 125 |
| Binary | 11111010 | 11011100 | 10111000 | 0 | 1100 | 11010 | 10 | 100001 | 1010111 | 1010101 |
Color Harmonies of #FADCB8
Complementary color
Monochromatic Colors of #FADCB8
Black with #FADCB8
Text Example
Text Example
White with #FADCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCB8; }
p { color: rgb(250,220,184); }
H1.HeaderClassName
{
color: #FADCB8;
}
.AnyTagClassName
{
color: #FADCB8;
}
</style>
background-color css
<style>
a { background-color: #FADCB8; }
a { background-color: rgb(250,220,184); }
div.DivClassName
{
background-color: #FADCB8;
}
.BgClassName
{
background-color: #FADCB8;
}
</style>
border-color css
<style>
span { border-color: #FADCB8; }
span { border-color: rgb(250,220,184); }
td.TdClassName
{
border-color: #FADCB8;
}
.TagClassName
{
border-color: #FADCB8;
}
</style>