Html Css Color HEX #FBAAE6 Lavender Rose

📋 copy color: '#FBAAE6'

red 251 ◦ green 170 ◦ blue 230

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

Shades of Lavender Rose #FBAAE6

Tints of Lavender Rose #FBAAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 38.56%
G = 26.11%
B = 35.33%

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

#FBAAE6 (or 0xFBAAE6) is known color: Lavender Rose. HEX triplet: FB, AA and E6. RGB value is (251,170,230). Sum of RGB (Red+Green+Blue) = 251+170+230=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAE6 is #045519. Grayscale: #C8C8C8. Windows color (decimal): -283930 or 15117051. OLE color: 15117051.

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

Color convert

RGB 251 170 230 -
CMYK 0 0.32 0.08 0.02
HSL 315.56º 0.91% 0.83% -
HSV(B) 315.56º 0.32% 0.98% -
XYZ 68.44 54.97 81.87 -
YUV 201.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 251 170 230 0 0.32 0.08 0.02 315.56 0.91 0.83
Hex FB AA E6 0 20 8 2 13C 5B 53
Octal 373 252 346 0 40 10 2 474 133 123
Binary 11111011 10101010 11100110 0 100000 1000 10 100111100 1011011 1010011

Color Harmonies of #FBAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAE6

Black with #FBAAE6

Text Example


Text Example

White with #FBAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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