Html Css Color HEX #FAABE1 Lavender Rose

📋 copy color: '#FAABE1'

red 250 ◦ green 171 ◦ blue 225

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

Shades of Lavender Rose #FAABE1

Tints of Lavender Rose #FAABE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.83%

R = 38.7%
G = 26.47%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAABE1 (or 0xFAABE1) is known color: Lavender Rose. HEX triplet: FA, AB and E1. RGB value is (250,171,225). Sum of RGB (Red+Green+Blue) = 250+171+225=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABE1 is #05541E. Grayscale: #C8C8C8. Windows color (decimal): -349215 or 14789626. OLE color: 14789626.

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

Color convert

RGB 250 171 225 -
CMYK 0 0.32 0.10 0.02
HSL 318.99º 0.89% 0.83% -
HSV(B) 318.99º 0.32% 0.98% -
XYZ 67.58 54.89 78.27 -
YUV 200.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 250 171 225 0 0.32 0.10 0.02 318.99 0.89 0.83
Hex FA AB E1 0 20 A 2 13F 59 53
Octal 372 253 341 0 40 12 2 477 131 123
Binary 11111010 10101011 11100001 0 100000 1010 10 100111111 1011001 1010011

Color Harmonies of #FAABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABE1

Black with #FAABE1

Text Example


Text Example

White with #FAABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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