#CAB4FA

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

Shades of Fog #CAB4FA

Tints of Fog #CAB4FA

Color information

#CAB4FA (or 0xCAB4FA) is unknown color: approx 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

RGB202180250-
CMYK0.190.2800.02
HSL258.86º87.5%84.31%-
HSV(B)258.86º28%98.04%-
XYZ57.9352.197.45-
YUV194.56159.29133.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 180 (70.70% from 255) = 28.48%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=31.96%
G=28.48%
B=39.56%

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
Decimal2021802500.190.2800.02258.8687.584.31
HexCAB4FA131C021035854
Octal312264372233402403130124
Binary110010101011010011111010100111110001010000001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>