Html Css Color HEX #FBA5E2 Lavender Rose

📋 copy color: '#FBA5E2'

red 251 ◦ green 165 ◦ blue 226

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

Shades of Lavender Rose #FBA5E2

Tints of Lavender Rose #FBA5E2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.7%

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

R = 39.1%
G = 25.7%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBA5E2 (or 0xFBA5E2) is known color: Lavender Rose. HEX triplet: FB, A5 and E2. RGB value is (251,165,226). Sum of RGB (Red+Green+Blue) = 251+165+226=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5E2 is #045A1D. Grayscale: #C5C5C5. Windows color (decimal): -285214 or 14853627. OLE color: 14853627.

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

Color convert

RGB 251 165 226 -
CMYK 0 0.34 0.10 0.02
HSL 317.44º 0.91% 0.82% -
HSV(B) 317.44º 0.34% 0.98% -
XYZ 66.97 52.91 78.63 -
YUV 197.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 251 165 226 0 0.34 0.10 0.02 317.44 0.91 0.82
Hex FB A5 E2 0 22 A 2 13D 5B 52
Octal 373 245 342 0 42 12 2 475 133 122
Binary 11111011 10100101 11100010 0 100010 1010 10 100111101 1011011 1010010

Color Harmonies of #FBA5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5E2

Black with #FBA5E2

Text Example


Text Example

White with #FBA5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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