#FABFF3

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

Shades of Lavender Rose #FABFF3

Tints of Lavender Rose #FABFF3

Color information

#FABFF3 (or 0xFABFF3) is unknown color: approx Lavender Rose. HEX triplet: FA, BF and F3. RGB value is (250,191,243). Sum of RGB (Red+Green+Blue) = 250+191+243=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF3 is #05400C. Grayscale: #D6D6D6. Windows color (decimal): -344077 or 15974394. OLE color: 15974394.

HSL color Cylindrical-coordinate representation of color #FABFF3: hue angle of 307.12º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFF3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250191243-
CMYK00.240.030.02
HSL307.12º85.51%86.47%-
HSV(B)307.12º23.6%98.04%-
XYZ74.2364.0693.25-
YUV214.57144.05153.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=36.55%
G=27.92%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019124300.240.030.02307.1285.5186.47
HexFABFF3018321335656
Octal37227736303032463126126
Binary111110101011111111110011011000111010011001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFF3; }

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

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

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

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

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

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

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

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