Html Css Color HEX #FAB3FA Lavender Rose

📋 copy color: '#FAB3FA'

red 250 ◦ green 179 ◦ blue 250

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

Shades of Lavender Rose #FAB3FA

Tints of Lavender Rose #FAB3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 36.82%
G = 26.36%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAB3FA (or 0xFAB3FA) is known color: Lavender Rose. HEX triplet: FA, B3 and FA. RGB value is (250,179,250). Sum of RGB (Red+Green+Blue) = 250+179+250=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FA is #054C05. Grayscale: #D0D0D0. Windows color (decimal): -347142 or 16430074. OLE color: 16430074.

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

Color convert

RGB 250 179 250 -
CMYK 0 0.28 0 0.02
HSL 300º 0.88% 0.84% -
HSV(B) 300º 0.28% 0.98% -
XYZ 72.8 59.47 98.08 -
YUV 208.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 250 179 250 0 0.28 0 0.02 300 0.88 0.84
Hex FA B3 FA 0 1C 0 2 12C 58 54
Octal 372 263 372 0 34 0 2 454 130 124
Binary 11111010 10110011 11111010 0 11100 0 10 100101100 1011000 1010100

Color Harmonies of #FAB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3FA

Black with #FAB3FA

Text Example


Text Example

White with #FAB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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