Html Css Color HEX #FAB5FA Lavender Rose

📋 copy color: '#FAB5FA'

red 250 ◦ green 181 ◦ blue 250

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

Shades of Lavender Rose #FAB5FA

Tints of Lavender Rose #FAB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.58%

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

R = 36.71%
G = 26.58%
B = 36.71%

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

#FAB5FA (or 0xFAB5FA) is known color: Lavender Rose. HEX triplet: FA, B5 and FA. RGB value is (250,181,250). Sum of RGB (Red+Green+Blue) = 250+181+250=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 181 (71.09% from 255 or 26.58% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5FA is #054A05. Grayscale: #D1D1D1. Windows color (decimal): -346630 or 16430586. OLE color: 16430586.

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

Color convert

RGB 250 181 250 -
CMYK 0 0.28 0 0.02
HSL 300º 0.87% 0.85% -
HSV(B) 300º 0.28% 0.98% -
XYZ 73.2 60.27 98.22 -
YUV 209.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 250 181 250 0 0.28 0 0.02 300 0.87 0.85
Hex FA B5 FA 0 1C 0 2 12C 57 55
Octal 372 265 372 0 34 0 2 454 127 125
Binary 11111010 10110101 11111010 0 11100 0 10 100101100 1010111 1010101

Color Harmonies of #FAB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5FA

Black with #FAB5FA

Text Example


Text Example

White with #FAB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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