Html Css Color HEX #FBA9E5 Lavender Rose

📋 copy color: '#FBA9E5'

red 251 ◦ green 169 ◦ blue 229

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

Shades of Lavender Rose #FBA9E5

Tints of Lavender Rose #FBA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.04%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 38.67%
G = 26.04%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBA9E5 (or 0xFBA9E5) is known color: Lavender Rose. HEX triplet: FB, A9 and E5. RGB value is (251,169,229). Sum of RGB (Red+Green+Blue) = 251+169+229=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9E5 is #04561A. Grayscale: #C8C8C8. Windows color (decimal): -284187 or 15051259. OLE color: 15051259.

HSL color Cylindrical-coordinate representation of color #FBA9E5: hue angle of 316.1º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9E5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 229 -
CMYK 0 0.33 0.09 0.02
HSL 316.1º 0.91% 0.82% -
HSV(B) 316.1º 0.33% 0.98% -
XYZ 68.11 54.54 81.07 -
YUV 200.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 251 169 229 0 0.33 0.09 0.02 316.1 0.91 0.82
Hex FB A9 E5 0 21 9 2 13C 5B 52
Octal 373 251 345 0 41 11 2 474 133 122
Binary 11111011 10101001 11100101 0 100001 1001 10 100111100 1011011 1010010

Color Harmonies of #FBA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9E5

Black with #FBA9E5

Text Example


Text Example

White with #FBA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9E5; }

 p { color: rgb(251,169,229); }

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

background-color css

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

 a { background-color: rgb(251,169,229); }

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

border-color css

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

 span { border-color: rgb(251,169,229); }

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