#FAB2F3

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

Shades of Lavender Rose #FAB2F3

Tints of Lavender Rose #FAB2F3

Color information

#FAB2F3 (or 0xFAB2F3) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and F3. RGB value is (250,178,243). Sum of RGB (Red+Green+Blue) = 250+178+243=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F3 is #054D0C. Grayscale: #CECECE. Windows color (decimal): -347405 or 15971066. OLE color: 15971066.

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

Color convert

RGB250178243-
CMYK00.290.030.02
HSL305.83º87.8%83.92%-
HSV(B)305.83º28.8%98.04%-
XYZ71.5258.6492.34-
YUV206.94148.35158.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 178 (69.92% from 255) = 26.53%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=37.26%
G=26.53%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017824300.290.030.02305.8387.883.92
HexFAB2F301D321325854
Octal37226236303532462130124
Binary111110101011001011110011011101111010011001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2F3; }

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

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

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

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

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

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

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

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