#FAB2EC

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

Shades of Lavender Rose #FAB2EC

Tints of Lavender Rose #FAB2EC

Color information

#FAB2EC (or 0xFAB2EC) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and EC. RGB value is (250,178,236). Sum of RGB (Red+Green+Blue) = 250+178+236=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2EC is #054D13. Grayscale: #CDCDCD. Windows color (decimal): -347412 or 15512314. OLE color: 15512314.

HSL color Cylindrical-coordinate representation of color #FAB2EC: hue angle of 311.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB2EC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250178236-
CMYK00.290.060.02
HSL311.67º87.8%83.92%-
HSV(B)311.67º28.8%98.04%-
XYZ70.4958.2286.88-
YUV206.14144.85159.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 178 (69.92% from 255) = 26.81%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=37.65%
G=26.81%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017823600.290.060.02311.6787.883.92
HexFAB2EC01D621385854
Octal37226235403562470130124
Binary1111101010110010111011000111011101010011100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2EC; }

 p { color: rgb(250,178,236); }

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

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

 a { background-color: rgb(250,178,236); }

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

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

 span { border-color: rgb(250,178,236); }

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