Html Css Color HEX #FAABEE Lavender Rose

📋 copy color: '#FAABEE'

red 250 ◦ green 171 ◦ blue 238

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

Shades of Lavender Rose #FAABEE

Tints of Lavender Rose #FAABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 37.94%
G = 25.95%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAABEE (or 0xFAABEE) is known color: Lavender Rose. HEX triplet: FA, AB and EE. RGB value is (250,171,238). Sum of RGB (Red+Green+Blue) = 250+171+238=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABEE is #055411. Grayscale: #CACACA. Windows color (decimal): -349202 or 15641594. OLE color: 15641594.

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

Color convert

RGB 250 171 238 -
CMYK 0 0.32 0.05 0.02
HSL 309.11º 0.89% 0.83% -
HSV(B) 309.11º 0.32% 0.98% -
XYZ 69.42 55.62 87.97 -
YUV 202.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 250 171 238 0 0.32 0.05 0.02 309.11 0.89 0.83
Hex FA AB EE 0 20 5 2 135 59 53
Octal 372 253 356 0 40 5 2 465 131 123
Binary 11111010 10101011 11101110 0 100000 101 10 100110101 1011001 1010011

Color Harmonies of #FAABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABEE

Black with #FAABEE

Text Example


Text Example

White with #FAABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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