#FAB3F4

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

Shades of Lavender Rose #FAB3F4

Tints of Lavender Rose #FAB3F4

Color information

#FAB3F4 (or 0xFAB3F4) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and F4. RGB value is (250,179,244). Sum of RGB (Red+Green+Blue) = 250+179+244=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F4 is #054C0B. Grayscale: #CFCFCF. Windows color (decimal): -347148 or 16036858. OLE color: 16036858.

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

Color convert

RGB250179244-
CMYK00.280.020.02
HSL305.07º87.65%84.12%-
HSV(B)305.07º28.4%98.04%-
XYZ71.8759.193.21-
YUV207.64148.52158.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 179 (70.31% from 255) = 26.60%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=37.15%
G=26.60%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017924400.280.020.02305.0787.6584.12
HexFAB3F401C221315854
Octal37226336403422461130124
Binary111110101011001111110100011100101010011000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3F4; }

 p { color: rgb(250,179,244); }

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

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

 a { background-color: rgb(250,179,244); }

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

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

 span { border-color: rgb(250,179,244); }

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