Html Css Color HEX #FBAAE8 Lavender Rose

📋 copy color: '#FBAAE8'

red 251 ◦ green 170 ◦ blue 232

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

Shades of Lavender Rose #FBAAE8

Tints of Lavender Rose #FBAAE8

RGB

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

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

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

R = 38.44%
G = 26.03%
B = 35.53%

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

#FBAAE8 (or 0xFBAAE8) is known color: Lavender Rose. HEX triplet: FB, AA and E8. RGB value is (251,170,232). Sum of RGB (Red+Green+Blue) = 251+170+232=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAE8 is #045517. Grayscale: #C9C9C9. Windows color (decimal): -283928 or 15248123. OLE color: 15248123.

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

Color convert

RGB 251 170 232 -
CMYK 0 0.32 0.08 0.02
HSL 314.07º 0.91% 0.83% -
HSV(B) 314.07º 0.32% 0.98% -
XYZ 68.72 55.08 83.35 -
YUV 201.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 251 170 232 0 0.32 0.08 0.02 314.07 0.91 0.83
Hex FB AA E8 0 20 8 2 13A 5B 53
Octal 373 252 350 0 40 10 2 472 133 123
Binary 11111011 10101010 11101000 0 100000 1000 10 100111010 1011011 1010011

Color Harmonies of #FBAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE8

Black with #FBAAE8

Text Example


Text Example

White with #FBAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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