Html Css Color HEX #FAABF7 Lavender Rose

📋 copy color: '#FAABF7'

red 250 ◦ green 171 ◦ blue 247

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

Shades of Lavender Rose #FAABF7

Tints of Lavender Rose #FAABF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 37.43%
G = 25.6%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAABF7 (or 0xFAABF7) is known color: Lavender Rose. HEX triplet: FA, AB and F7. RGB value is (250,171,247). Sum of RGB (Red+Green+Blue) = 250+171+247=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF7 is #055408. Grayscale: #CBCBCB. Windows color (decimal): -349193 or 16231418. OLE color: 16231418.

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

Color convert

RGB 250 171 247 -
CMYK 0 0.32 0.01 0.02
HSL 302.28º 0.89% 0.83% -
HSV(B) 302.28º 0.32% 0.98% -
XYZ 70.78 56.17 95.11 -
YUV 203.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 250 171 247 0 0.32 0.01 0.02 302.28 0.89 0.83
Hex FA AB F7 0 20 1 2 12E 59 53
Octal 372 253 367 0 40 1 2 456 131 123
Binary 11111010 10101011 11110111 0 100000 1 10 100101110 1011001 1010011

Color Harmonies of #FAABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABF7

Black with #FAABF7

Text Example


Text Example

White with #FAABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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