Shades of Sandy Beach #FADCB4
Tints of Sandy Beach #FADCB4
RGB
CMYK
RGB Variations
Color information
#FADCB4 (or 0xFADCB4) is known color: Sandy Beach. HEX triplet: FA, DC and B4. RGB value is (250,220,180). Sum of RGB (Red+Green+Blue) = 250+220+180=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCB4 is #05234B. Grayscale: #E0E0E0. Windows color (decimal): -336716 or 11853050. OLE color: 11853050.
HSL color Cylindrical-coordinate representation of color #FADCB4: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FADCB4 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 180 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.02 |
| HSL | 34.29º | 0.88% | 0.84% | - |
| HSV(B) | 34.29º | 0.28% | 0.98% | - |
| XYZ | 73.26 | 74.81 | 53.76 | - |
| YUV | 224.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 180 | 0 | 0.12 | 0.28 | 0.02 | 34.29 | 0.88 | 0.84 |
| Hex | FA | DC | B4 | 0 | C | 1C | 2 | 22 | 58 | 54 |
| Octal | 372 | 334 | 264 | 0 | 14 | 34 | 2 | 42 | 130 | 124 |
| Binary | 11111010 | 11011100 | 10110100 | 0 | 1100 | 11100 | 10 | 100010 | 1011000 | 1010100 |
Color Harmonies of #FADCB4
Complementary color
Monochromatic Colors of #FADCB4
Black with #FADCB4
Text Example
Text Example
White with #FADCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCB4; }
p { color: rgb(250,220,180); }
H1.HeaderClassName
{
color: #FADCB4;
}
.AnyTagClassName
{
color: #FADCB4;
}
</style>
background-color css
<style>
a { background-color: #FADCB4; }
a { background-color: rgb(250,220,180); }
div.DivClassName
{
background-color: #FADCB4;
}
.BgClassName
{
background-color: #FADCB4;
}
</style>
border-color css
<style>
span { border-color: #FADCB4; }
span { border-color: rgb(250,220,180); }
td.TdClassName
{
border-color: #FADCB4;
}
.TagClassName
{
border-color: #FADCB4;
}
</style>