Shades of Fog #CAB3FA
Tints of Fog #CAB3FA
RGB
CMYK
RGB Variations
Color information
#CAB3FA (or 0xCAB3FA) is known color: Fog. HEX triplet: CA, B3 and FA. RGB value is (202,179,250). Sum of RGB (Red+Green+Blue) = 202+179+250=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3FA is #354C05. Grayscale: #C1C1C1. Windows color (decimal): -3492870 or 16430026. OLE color: 16430026.
HSL color Cylindrical-coordinate representation of color #CAB3FA: hue angle of 259.44º 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 #CAB3FA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 179 | 250 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 259.44º | 0.88% | 0.84% | - |
| HSV(B) | 259.44º | 0.28% | 0.98% | - |
| XYZ | 57.73 | 51.7 | 97.38 | - |
| YUV | 193.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 250 | 0.19 | 0.28 | 0 | 0.02 | 259.44 | 0.88 | 0.84 |
| Hex | CA | B3 | FA | 13 | 1C | 0 | 2 | 103 | 58 | 54 |
| Octal | 312 | 263 | 372 | 23 | 34 | 0 | 2 | 403 | 130 | 124 |
| Binary | 11001010 | 10110011 | 11111010 | 10011 | 11100 | 0 | 10 | 100000011 | 1011000 | 1010100 |
Color Harmonies of #CAB3FA
Complementary color
Monochromatic Colors of #CAB3FA
Black with #CAB3FA
Text Example
Text Example
White with #CAB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3FA; }
p { color: rgb(202,179,250); }
H1.HeaderClassName
{
color: #CAB3FA;
}
.AnyTagClassName
{
color: #CAB3FA;
}
</style>
background-color css
<style>
a { background-color: #CAB3FA; }
a { background-color: rgb(202,179,250); }
div.DivClassName
{
background-color: #CAB3FA;
}
.BgClassName
{
background-color: #CAB3FA;
}
</style>
border-color css
<style>
span { border-color: #CAB3FA; }
span { border-color: rgb(202,179,250); }
td.TdClassName
{
border-color: #CAB3FA;
}
.TagClassName
{
border-color: #CAB3FA;
}
</style>