Html Css Color HEX #FAABE7 Lavender Rose

📋 copy color: '#FAABE7'

red 250 ◦ green 171 ◦ blue 231

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

Shades of Lavender Rose #FAABE7

Tints of Lavender Rose #FAABE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.43%

R = 38.34%
G = 26.23%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAABE7 (or 0xFAABE7) is known color: Lavender Rose. HEX triplet: FA, AB and E7. RGB value is (250,171,231). Sum of RGB (Red+Green+Blue) = 250+171+231=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABE7 is #055418. Grayscale: #C9C9C9. Windows color (decimal): -349209 or 15182842. OLE color: 15182842.

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

Color convert

RGB 250 171 231 -
CMYK 0 0.32 0.08 0.02
HSL 314.43º 0.89% 0.83% -
HSV(B) 314.43º 0.32% 0.98% -
XYZ 68.41 55.22 82.65 -
YUV 201.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 250 171 231 0 0.32 0.08 0.02 314.43 0.89 0.83
Hex FA AB E7 0 20 8 2 13A 59 53
Octal 372 253 347 0 40 10 2 472 131 123
Binary 11111010 10101011 11100111 0 100000 1000 10 100111010 1011001 1010011

Color Harmonies of #FAABE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABE7

Black with #FAABE7

Text Example


Text Example

White with #FAABE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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