Html Css Color HEX #FBAAE9 Lavender Rose

📋 copy color: '#FBAAE9'

red 251 ◦ green 170 ◦ blue 233

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

Shades of Lavender Rose #FBAAE9

Tints of Lavender Rose #FBAAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 38.38%
G = 25.99%
B = 35.63%

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

#FBAAE9 (or 0xFBAAE9) is known color: Lavender Rose. HEX triplet: FB, AA and E9. RGB value is (251,170,233). Sum of RGB (Red+Green+Blue) = 251+170+233=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAE9 is #045516. Grayscale: #C9C9C9. Windows color (decimal): -283927 or 15313659. OLE color: 15313659.

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

Color convert

RGB 251 170 233 -
CMYK 0 0.32 0.07 0.02
HSL 313.33º 0.91% 0.83% -
HSV(B) 313.33º 0.32% 0.98% -
XYZ 68.87 55.14 84.1 -
YUV 201.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 251 170 233 0 0.32 0.07 0.02 313.33 0.91 0.83
Hex FB AA E9 0 20 7 2 139 5B 53
Octal 373 252 351 0 40 7 2 471 133 123
Binary 11111011 10101010 11101001 0 100000 111 10 100111001 1011011 1010011

Color Harmonies of #FBAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE9

Black with #FBAAE9

Text Example


Text Example

White with #FBAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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