Html Css Color HEX #FAB3F9 Lavender Rose

📋 copy color: '#FAB3F9'

red 250 ◦ green 179 ◦ blue 249

#FAB3F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FAB3F9

Tints of Lavender Rose #FAB3F9

RGB

 RED value IS 250 (98.05% from 255) = 36.87%

 GREEN value IS 179 (70.31% from 255) = 26.4%

 BLUE value IS 249 (97.66% from 255) = 36.73%

R = 36.87%
G = 26.4%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAB3F9 (or 0xFAB3F9) is known color: Lavender Rose. HEX triplet: FA, B3 and F9. RGB value is (250,179,249). Sum of RGB (Red+Green+Blue) = 250+179+249=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 179 (70.31% from 255 or 26.40% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F9 is #054C06. Grayscale: #D0D0D0. Windows color (decimal): -347143 or 16364538. OLE color: 16364538.

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

Color convert

RGB 250 179 249 -
CMYK 0 0.28 0.00 0.02
HSL 300.85º 0.88% 0.84% -
HSV(B) 300.85º 0.28% 0.98% -
XYZ 72.64 59.4 97.26 -
YUV 208.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 250 179 249 0 0.28 0.00 0.02 300.85 0.88 0.84
Hex FA B3 F9 0 1C 0 2 12D 58 54
Octal 372 263 371 0 34 0 2 455 130 124
Binary 11111010 10110011 11111001 0 11100 0 10 100101101 1011000 1010100

Color Harmonies of #FAB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3F9

Black with #FAB3F9

Text Example


Text Example

White with #FAB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3F9; }

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

 H1.HeaderClassName
 {
   color: #FAB3F9;
 }
 .AnyTagClassName
 {
   color: #FAB3F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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