Html Css Color HEX #FBAAEB Lavender Rose

📋 copy color: '#FBAAEB'

red 251 ◦ green 170 ◦ blue 235

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

Shades of Lavender Rose #FBAAEB

Tints of Lavender Rose #FBAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 38.26%
G = 25.91%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBAAEB (or 0xFBAAEB) is known color: Lavender Rose. HEX triplet: FB, AA and EB. RGB value is (251,170,235). Sum of RGB (Red+Green+Blue) = 251+170+235=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAEB is #045514. Grayscale: #C9C9C9. Windows color (decimal): -283925 or 15444731. OLE color: 15444731.

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

Color convert

RGB 251 170 235 -
CMYK 0 0.32 0.06 0.02
HSL 311.85º 0.91% 0.83% -
HSV(B) 311.85º 0.32% 0.98% -
XYZ 69.15 55.26 85.62 -
YUV 201.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 251 170 235 0 0.32 0.06 0.02 311.85 0.91 0.83
Hex FB AA EB 0 20 6 2 138 5B 53
Octal 373 252 353 0 40 6 2 470 133 123
Binary 11111011 10101010 11101011 0 100000 110 10 100111000 1011011 1010011

Color Harmonies of #FBAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAEB

Black with #FBAAEB

Text Example


Text Example

White with #FBAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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