Html Css Color HEX #FBA5E3 Lavender Rose

📋 copy color: '#FBA5E3'

red 251 ◦ green 165 ◦ blue 227

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

Shades of Lavender Rose #FBA5E3

Tints of Lavender Rose #FBA5E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.3%

R = 39.04%
G = 25.66%
B = 35.3%

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

#FBA5E3 (or 0xFBA5E3) is known color: Lavender Rose. HEX triplet: FB, A5 and E3. RGB value is (251,165,227). Sum of RGB (Red+Green+Blue) = 251+165+227=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5E3 is #045A1C. Grayscale: #C5C5C5. Windows color (decimal): -285213 or 14919163. OLE color: 14919163.

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

Color convert

RGB 251 165 227 -
CMYK 0 0.34 0.10 0.02
HSL 316.74º 0.91% 0.82% -
HSV(B) 316.74º 0.34% 0.98% -
XYZ 67.1 52.97 79.36 -
YUV 197.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 251 165 227 0 0.34 0.10 0.02 316.74 0.91 0.82
Hex FB A5 E3 0 22 A 2 13D 5B 52
Octal 373 245 343 0 42 12 2 475 133 122
Binary 11111011 10100101 11100011 0 100010 1010 10 100111101 1011011 1010010

Color Harmonies of #FBA5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5E3

Black with #FBA5E3

Text Example


Text Example

White with #FBA5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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