#CAB5FA

Color #CAB5FA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CAB5FA

Tints of Fog #CAB5FA

Color information

#CAB5FA (or 0xCAB5FA) is unknown color: approx Fog. HEX triplet: CA, B5 and FA. RGB value is (202,181,250). Sum of RGB (Red+Green+Blue) = 202+181+250=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5FA is #354A05. Grayscale: #C2C2C2. Windows color (decimal): -3492358 or 16430538. OLE color: 16430538.

HSL color Cylindrical-coordinate representation of color #CAB5FA: hue angle of 258.26º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB5FA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202181250-
CMYK0.190.2800.02
HSL258.26º87.34%84.51%-
HSV(B)258.26º27.6%98.04%-
XYZ58.1452.5197.51-
YUV195.14158.96132.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 181 (71.09% from 255) = 28.59%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=31.91%
G=28.59%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021812500.190.2800.02258.2687.3484.51
HexCAB5FA131C021025755
Octal312265372233402402127125
Binary110010101011010111111010100111110001010000001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5FA; }

 p { color: rgb(202,181,250); }

 H1.HeaderClassName
 {
   color: #CAB5FA;
 }
 .AnyTagClassName
 {
   color: #CAB5FA;
 }
</style>
background-color css

<style>
 a { background-color: #CAB5FA; }

 a { background-color: rgb(202,181,250); }

 div.DivClassName
 {
   background-color: #CAB5FA;
 }
 .BgClassName
 {
   background-color: #CAB5FA;
 }
</style>
border-color css

<style>
 span { border-color: #CAB5FA; }

 span { border-color: rgb(202,181,250); }

 td.TdClassName
 {
   border-color: #CAB5FA;
 }
 .TagClassName
 {
   border-color: #CAB5FA;
 }
</style>