Html Css Color HEX #FAABE8 Lavender Rose

📋 copy color: '#FAABE8'

red 250 ◦ green 171 ◦ blue 232

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

Shades of Lavender Rose #FAABE8

Tints of Lavender Rose #FAABE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 38.28%
G = 26.19%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAABE8 (or 0xFAABE8) is known color: Lavender Rose. HEX triplet: FA, AB and E8. RGB value is (250,171,232). Sum of RGB (Red+Green+Blue) = 250+171+232=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABE8 is #055417. Grayscale: #C9C9C9. Windows color (decimal): -349208 or 15248378. OLE color: 15248378.

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

Color convert

RGB 250 171 232 -
CMYK 0 0.32 0.07 0.02
HSL 313.67º 0.89% 0.83% -
HSV(B) 313.67º 0.32% 0.98% -
XYZ 68.55 55.28 83.4 -
YUV 201.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 250 171 232 0 0.32 0.07 0.02 313.67 0.89 0.83
Hex FA AB E8 0 20 7 2 13A 59 53
Octal 372 253 350 0 40 7 2 472 131 123
Binary 11111010 10101011 11101000 0 100000 111 10 100111010 1011001 1010011

Color Harmonies of #FAABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABE8

Black with #FAABE8

Text Example


Text Example

White with #FAABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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