Html Css Color HEX #FBAAEF Lavender Rose

📋 copy color: '#FBAAEF'

red 251 ◦ green 170 ◦ blue 239

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

Shades of Lavender Rose #FBAAEF

Tints of Lavender Rose #FBAAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 38.03%
G = 25.76%
B = 36.21%

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

#FBAAEF (or 0xFBAAEF) is known color: Lavender Rose. HEX triplet: FB, AA and EF. RGB value is (251,170,239). Sum of RGB (Red+Green+Blue) = 251+170+239=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAEF is #045510. Grayscale: #C9C9C9. Windows color (decimal): -283921 or 15706875. OLE color: 15706875.

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

Color convert

RGB 251 170 239 -
CMYK 0 0.32 0.05 0.02
HSL 308.89º 0.91% 0.83% -
HSV(B) 308.89º 0.32% 0.98% -
XYZ 69.74 55.49 88.7 -
YUV 202.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 251 170 239 0 0.32 0.05 0.02 308.89 0.91 0.83
Hex FB AA EF 0 20 5 2 135 5B 53
Octal 373 252 357 0 40 5 2 465 133 123
Binary 11111011 10101010 11101111 0 100000 101 10 100110101 1011011 1010011

Color Harmonies of #FBAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAEF

Black with #FBAAEF

Text Example


Text Example

White with #FBAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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