Html Css Color HEX #FBAAE7 Lavender Rose

📋 copy color: '#FBAAE7'

red 251 ◦ green 170 ◦ blue 231

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

Shades of Lavender Rose #FBAAE7

Tints of Lavender Rose #FBAAE7

RGB

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

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

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

R = 38.5%
G = 26.07%
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

#FBAAE7 (or 0xFBAAE7) is known color: Lavender Rose. HEX triplet: FB, AA and E7. RGB value is (251,170,231). Sum of RGB (Red+Green+Blue) = 251+170+231=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAE7 is #045518. Grayscale: #C9C9C9. Windows color (decimal): -283929 or 15182587. OLE color: 15182587.

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

Color convert

RGB 251 170 231 -
CMYK 0 0.32 0.08 0.02
HSL 314.81º 0.91% 0.83% -
HSV(B) 314.81º 0.32% 0.98% -
XYZ 68.58 55.03 82.61 -
YUV 201.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 251 170 231 0 0.32 0.08 0.02 314.81 0.91 0.83
Hex FB AA E7 0 20 8 2 13B 5B 53
Octal 373 252 347 0 40 10 2 473 133 123
Binary 11111011 10101010 11100111 0 100000 1000 10 100111011 1011011 1010011

Color Harmonies of #FBAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE7

Black with #FBAAE7

Text Example


Text Example

White with #FBAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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