Html Css Color HEX #FEB1E5 Lavender Rose

📋 copy color: '#FEB1E5'

red 254 ◦ green 177 ◦ blue 229

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

Shades of Lavender Rose #FEB1E5

Tints of Lavender Rose #FEB1E5

RGB

 RED value IS 254 (99.61% from 255) = 38.48%

 GREEN value IS 177 (69.53% from 255) = 26.82%

 BLUE value IS 229 (89.84% from 255) = 34.7%

R = 38.48%
G = 26.82%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEB1E5 (or 0xFEB1E5) is known color: Lavender Rose. HEX triplet: FE, B1 and E5. RGB value is (254,177,229). Sum of RGB (Red+Green+Blue) = 254+177+229=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 177 (69.53% from 255 or 26.82% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1E5 is #014E1A. Grayscale: #CDCDCD. Windows color (decimal): -85531 or 15053310. OLE color: 15053310.

HSL color Cylindrical-coordinate representation of color #FEB1E5: hue angle of 319.48º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1E5 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 229 -
CMYK 0 0.30 0.10 0.00
HSL 319.48º 0.97% 0.85% -
HSV(B) 319.48º 0.3% 1% -
XYZ 70.74 58.17 81.63 -
YUV 205.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 254 177 229 0 0.30 0.10 0.00 319.48 0.97 0.85
Hex FE B1 E5 0 1E A 0 13F 61 55
Octal 376 261 345 0 36 12 0 477 141 125
Binary 11111110 10110001 11100101 0 11110 1010 0 100111111 1100001 1010101

Color Harmonies of #FEB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1E5

Black with #FEB1E5

Text Example


Text Example

White with #FEB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1E5; }

 p { color: rgb(254,177,229); }

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

background-color css

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

 a { background-color: rgb(254,177,229); }

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

border-color css

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

 span { border-color: rgb(254,177,229); }

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