Html Css Color HEX #FAABF5 Lavender Rose

📋 copy color: '#FAABF5'

red 250 ◦ green 171 ◦ blue 245

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

Shades of Lavender Rose #FAABF5

Tints of Lavender Rose #FAABF5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.68%

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 37.54%
G = 25.68%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAABF5 (or 0xFAABF5) is known color: Lavender Rose. HEX triplet: FA, AB and F5. RGB value is (250,171,245). Sum of RGB (Red+Green+Blue) = 250+171+245=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF5 is #05540A. Grayscale: #CACACA. Windows color (decimal): -349195 or 16100346. OLE color: 16100346.

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

Color convert

RGB 250 171 245 -
CMYK 0 0.32 0.02 0.02
HSL 303.8º 0.89% 0.83% -
HSV(B) 303.8º 0.32% 0.98% -
XYZ 70.47 56.04 93.49 -
YUV 203.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 250 171 245 0 0.32 0.02 0.02 303.8 0.89 0.83
Hex FA AB F5 0 20 2 2 130 59 53
Octal 372 253 365 0 40 2 2 460 131 123
Binary 11111010 10101011 11110101 0 100000 10 10 100110000 1011001 1010011

Color Harmonies of #FAABF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABF5

Black with #FAABF5

Text Example


Text Example

White with #FAABF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABF5; }

 p { color: rgb(250,171,245); }

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

background-color css

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

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

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

border-color css

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

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

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