Shades of Fog #CAB4FA
Tints of Fog #CAB4FA
RGB
CMYK
RGB Variations
Color information
#CAB4FA (or 0xCAB4FA) is known color: Fog. HEX triplet: CA, B4 and FA. RGB value is (202,180,250). Sum of RGB (Red+Green+Blue) = 202+180+250=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4FA is #354B05. Grayscale: #C2C2C2. Windows color (decimal): -3492614 or 16430282. OLE color: 16430282.
HSL color Cylindrical-coordinate representation of color #CAB4FA: hue angle of 258.86º 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 #CAB4FA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 180 | 250 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 258.86º | 0.88% | 0.84% | - |
| HSV(B) | 258.86º | 0.28% | 0.98% | - |
| XYZ | 57.93 | 52.1 | 97.45 | - |
| YUV | 194.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 250 | 0.19 | 0.28 | 0 | 0.02 | 258.86 | 0.88 | 0.84 |
| Hex | CA | B4 | FA | 13 | 1C | 0 | 2 | 103 | 58 | 54 |
| Octal | 312 | 264 | 372 | 23 | 34 | 0 | 2 | 403 | 130 | 124 |
| Binary | 11001010 | 10110100 | 11111010 | 10011 | 11100 | 0 | 10 | 100000011 | 1011000 | 1010100 |
Color Harmonies of #CAB4FA
Complementary color
Monochromatic Colors of #CAB4FA
Black with #CAB4FA
Text Example
Text Example
White with #CAB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4FA; }
p { color: rgb(202,180,250); }
H1.HeaderClassName
{
color: #CAB4FA;
}
.AnyTagClassName
{
color: #CAB4FA;
}
</style>
background-color css
<style>
a { background-color: #CAB4FA; }
a { background-color: rgb(202,180,250); }
div.DivClassName
{
background-color: #CAB4FA;
}
.BgClassName
{
background-color: #CAB4FA;
}
</style>
border-color css
<style>
span { border-color: #CAB4FA; }
span { border-color: rgb(202,180,250); }
td.TdClassName
{
border-color: #CAB4FA;
}
.TagClassName
{
border-color: #CAB4FA;
}
</style>