#FAB2F0

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

Shades of Lavender Rose #FAB2F0

Tints of Lavender Rose #FAB2F0

Color information

#FAB2F0 (or 0xFAB2F0) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and F0. RGB value is (250,178,240). Sum of RGB (Red+Green+Blue) = 250+178+240=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F0 is #054D0F. Grayscale: #CECECE. Windows color (decimal): -347408 or 15774458. OLE color: 15774458.

HSL color Cylindrical-coordinate representation of color #FAB2F0: hue angle of 308.33º 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 #FAB2F0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250178240-
CMYK00.290.040.02
HSL308.33º87.8%83.92%-
HSV(B)308.33º28.8%98.04%-
XYZ71.0758.4689.98-
YUV206.6146.85158.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=37.43%
G=26.65%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017824000.290.040.02308.3387.883.92
HexFAB2F001D421345854
Octal37226236003542464130124
Binary1111101010110010111100000111011001010011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2F0; }

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

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

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

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

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

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

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

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