Html Css Color HEX #FBAAE2 Lavender Rose

📋 copy color: '#FBAAE2'

red 251 ◦ green 170 ◦ blue 226

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

Shades of Lavender Rose #FBAAE2

Tints of Lavender Rose #FBAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.93%

R = 38.79%
G = 26.28%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBAAE2 (or 0xFBAAE2) is known color: Lavender Rose. HEX triplet: FB, AA and E2. RGB value is (251,170,226). Sum of RGB (Red+Green+Blue) = 251+170+226=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAE2 is #04551D. Grayscale: #C8C8C8. Windows color (decimal): -283934 or 14854907. OLE color: 14854907.

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

Color convert

RGB 251 170 226 -
CMYK 0 0.32 0.10 0.02
HSL 318.52º 0.91% 0.83% -
HSV(B) 318.52º 0.32% 0.98% -
XYZ 67.89 54.75 78.94 -
YUV 200.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 251 170 226 0 0.32 0.10 0.02 318.52 0.91 0.83
Hex FB AA E2 0 20 A 2 13F 5B 53
Octal 373 252 342 0 40 12 2 477 133 123
Binary 11111011 10101010 11100010 0 100000 1010 10 100111111 1011011 1010011

Color Harmonies of #FBAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE2

Black with #FBAAE2

Text Example


Text Example

White with #FBAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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