Html Css Color HEX #FBA5E0 Lavender Rose

📋 copy color: '#FBA5E0'

red 251 ◦ green 165 ◦ blue 224

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

Shades of Lavender Rose #FBA5E0

Tints of Lavender Rose #FBA5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 39.22%
G = 25.78%
B = 35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBA5E0 (or 0xFBA5E0) is known color: Lavender Rose. HEX triplet: FB, A5 and E0. RGB value is (251,165,224). Sum of RGB (Red+Green+Blue) = 251+165+224=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5E0 is #045A1F. Grayscale: #C5C5C5. Windows color (decimal): -285216 or 14722555. OLE color: 14722555.

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

Color convert

RGB 251 165 224 -
CMYK 0 0.34 0.11 0.02
HSL 318.84º 0.91% 0.82% -
HSV(B) 318.84º 0.34% 0.98% -
XYZ 66.69 52.8 77.2 -
YUV 197.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 251 165 224 0 0.34 0.11 0.02 318.84 0.91 0.82
Hex FB A5 E0 0 22 B 2 13F 5B 52
Octal 373 245 340 0 42 13 2 477 133 122
Binary 11111011 10100101 11100000 0 100010 1011 10 100111111 1011011 1010010

Color Harmonies of #FBA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5E0

Black with #FBA5E0

Text Example


Text Example

White with #FBA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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