Html Css Color HEX #FBA9EA Lavender Rose

📋 copy color: '#FBA9EA'

red 251 ◦ green 169 ◦ blue 234

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

Shades of Lavender Rose #FBA9EA

Tints of Lavender Rose #FBA9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 38.38%
G = 25.84%
B = 35.78%

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

#FBA9EA (or 0xFBA9EA) is known color: Lavender Rose. HEX triplet: FB, A9 and EA. RGB value is (251,169,234). Sum of RGB (Red+Green+Blue) = 251+169+234=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9EA is #045615. Grayscale: #C8C8C8. Windows color (decimal): -284182 or 15378939. OLE color: 15378939.

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

Color convert

RGB 251 169 234 -
CMYK 0 0.33 0.07 0.02
HSL 312.44º 0.91% 0.82% -
HSV(B) 312.44º 0.33% 0.98% -
XYZ 68.82 54.83 84.8 -
YUV 200.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 251 169 234 0 0.33 0.07 0.02 312.44 0.91 0.82
Hex FB A9 EA 0 21 7 2 138 5B 52
Octal 373 251 352 0 41 7 2 470 133 122
Binary 11111011 10101001 11101010 0 100001 111 10 100111000 1011011 1010010

Color Harmonies of #FBA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9EA

Black with #FBA9EA

Text Example


Text Example

White with #FBA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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