Html Css Color HEX #FBA5E1 Lavender Rose

📋 copy color: '#FBA5E1'

red 251 ◦ green 165 ◦ blue 225

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

Shades of Lavender Rose #FBA5E1

Tints of Lavender Rose #FBA5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.1%

R = 39.16%
G = 25.74%
B = 35.1%

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

#FBA5E1 (or 0xFBA5E1) is known color: Lavender Rose. HEX triplet: FB, A5 and E1. RGB value is (251,165,225). Sum of RGB (Red+Green+Blue) = 251+165+225=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5E1 is #045A1E. Grayscale: #C5C5C5. Windows color (decimal): -285215 or 14788091. OLE color: 14788091.

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

Color convert

RGB 251 165 225 -
CMYK 0 0.34 0.10 0.02
HSL 318.14º 0.91% 0.82% -
HSV(B) 318.14º 0.34% 0.98% -
XYZ 66.83 52.86 77.91 -
YUV 197.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 251 165 225 0 0.34 0.10 0.02 318.14 0.91 0.82
Hex FB A5 E1 0 22 A 2 13E 5B 52
Octal 373 245 341 0 42 12 2 476 133 122
Binary 11111011 10100101 11100001 0 100010 1010 10 100111110 1011011 1010010

Color Harmonies of #FBA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5E1

Black with #FBA5E1

Text Example


Text Example

White with #FBA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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