Shades of Foam #D0FAF5
Tints of Foam #D0FAF5
RGB
CMYK
RGB Variations
Color information
#D0FAF5 (or 0xD0FAF5) is known color: Foam. HEX triplet: D0, FA and F5. RGB value is (208,250,245). Sum of RGB (Red+Green+Blue) = 208+250+245=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF5 is #2F050A. Grayscale: #ECECEC. Windows color (decimal): -3081483 or 16120528. OLE color: 16120528.
HSL color Cylindrical-coordinate representation of color #D0FAF5: hue angle of 172.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAF5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 245 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 172.86º | 0.81% | 0.9% | - |
| HSV(B) | 172.86º | 0.17% | 0.98% | - |
| XYZ | 76.68 | 88.37 | 99.4 | - |
| YUV | 236.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 245 | 0.17 | 0 | 0.02 | 0.02 | 172.86 | 0.81 | 0.9 |
| Hex | D0 | FA | F5 | 11 | 0 | 2 | 2 | AD | 51 | 5A |
| Octal | 320 | 372 | 365 | 21 | 0 | 2 | 2 | 255 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11110101 | 10001 | 0 | 10 | 10 | 10101101 | 1010001 | 1011010 |
Color Harmonies of #D0FAF5
Complementary color
Monochromatic Colors of #D0FAF5
Black with #D0FAF5
Text Example
Text Example
White with #D0FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAF5; }
p { color: rgb(208,250,245); }
H1.HeaderClassName
{
color: #D0FAF5;
}
.AnyTagClassName
{
color: #D0FAF5;
}
</style>
background-color css
<style>
a { background-color: #D0FAF5; }
a { background-color: rgb(208,250,245); }
div.DivClassName
{
background-color: #D0FAF5;
}
.BgClassName
{
background-color: #D0FAF5;
}
</style>
border-color css
<style>
span { border-color: #D0FAF5; }
span { border-color: rgb(208,250,245); }
td.TdClassName
{
border-color: #D0FAF5;
}
.TagClassName
{
border-color: #D0FAF5;
}
</style>