Html Css Color HEX #FBAAE5 Lavender Rose

📋 copy color: '#FBAAE5'

red 251 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #FBAAE5

Tints of Lavender Rose #FBAAE5

RGB

 RED value IS 251 (98.44% from 255) = 38.62%

 GREEN value IS 170 (66.8% from 255) = 26.15%

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 38.62%
G = 26.15%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBAAE5 (or 0xFBAAE5) is known color: Lavender Rose. HEX triplet: FB, AA and E5. RGB value is (251,170,229). Sum of RGB (Red+Green+Blue) = 251+170+229=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAE5 is #04551A. Grayscale: #C8C8C8. Windows color (decimal): -283931 or 15051515. OLE color: 15051515.

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

Color convert

RGB 251 170 229 -
CMYK 0 0.32 0.09 0.02
HSL 316.3º 0.91% 0.83% -
HSV(B) 316.3º 0.32% 0.98% -
XYZ 68.3 54.92 81.13 -
YUV 200.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 251 170 229 0 0.32 0.09 0.02 316.3 0.91 0.83
Hex FB AA E5 0 20 9 2 13C 5B 53
Octal 373 252 345 0 40 11 2 474 133 123
Binary 11111011 10101010 11100101 0 100000 1001 10 100111100 1011011 1010011

Color Harmonies of #FBAAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE5

Black with #FBAAE5

Text Example


Text Example

White with #FBAAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE5; }

 p { color: rgb(251,170,229); }

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

background-color css

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

 a { background-color: rgb(251,170,229); }

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

border-color css

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

 span { border-color: rgb(251,170,229); }

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