#FAB2F7

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

Shades of Lavender Rose #FAB2F7

Tints of Lavender Rose #FAB2F7

Color information

#FAB2F7 (or 0xFAB2F7) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and F7. RGB value is (250,178,247). Sum of RGB (Red+Green+Blue) = 250+178+247=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F7 is #054D08. Grayscale: #CFCFCF. Windows color (decimal): -347401 or 16233210. OLE color: 16233210.

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

Color convert

RGB250178247-
CMYK00.290.010.02
HSL302.5º87.8%83.92%-
HSV(B)302.5º28.8%98.04%-
XYZ72.1358.8895.56-
YUV207.39150.35158.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 178 (69.92% from 255) = 26.37%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=37.04%
G=26.37%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017824700.290.010.02302.587.883.92
HexFAB2F701D1212e5854
Octal37226236703512456130124
Binary11111010101100101111011101110111010010111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2F7; }

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

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

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

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

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

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

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

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