Html Css Color HEX #FBA9E9 Lavender Rose

📋 copy color: '#FBA9E9'

red 251 ◦ green 169 ◦ blue 233

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

Shades of Lavender Rose #FBA9E9

Tints of Lavender Rose #FBA9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 38.44%
G = 25.88%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBA9E9 (or 0xFBA9E9) is known color: Lavender Rose. HEX triplet: FB, A9 and E9. RGB value is (251,169,233). Sum of RGB (Red+Green+Blue) = 251+169+233=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9E9 is #045616. Grayscale: #C8C8C8. Windows color (decimal): -284183 or 15313403. OLE color: 15313403.

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

Color convert

RGB 251 169 233 -
CMYK 0 0.33 0.07 0.02
HSL 313.17º 0.91% 0.82% -
HSV(B) 313.17º 0.33% 0.98% -
XYZ 68.68 54.77 84.04 -
YUV 200.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 251 169 233 0 0.33 0.07 0.02 313.17 0.91 0.82
Hex FB A9 E9 0 21 7 2 139 5B 52
Octal 373 251 351 0 41 7 2 471 133 122
Binary 11111011 10101001 11101001 0 100001 111 10 100111001 1011011 1010010

Color Harmonies of #FBA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9E9

Black with #FBA9E9

Text Example


Text Example

White with #FBA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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