Html Css Color HEX #FEB1E9 Lavender Rose

📋 copy color: '#FEB1E9'

red 254 ◦ green 177 ◦ blue 233

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

Shades of Lavender Rose #FEB1E9

Tints of Lavender Rose #FEB1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 38.25%
G = 26.66%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEB1E9 (or 0xFEB1E9) is known color: Lavender Rose. HEX triplet: FE, B1 and E9. RGB value is (254,177,233). Sum of RGB (Red+Green+Blue) = 254+177+233=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1E9 is #014E16. Grayscale: #CECECE. Windows color (decimal): -85527 or 15315454. OLE color: 15315454.

HSL color Cylindrical-coordinate representation of color #FEB1E9: hue angle of 316.36º 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 #FEB1E9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 233 -
CMYK 0 0.30 0.08 0.00
HSL 316.36º 0.97% 0.85% -
HSV(B) 316.36º 0.3% 1% -
XYZ 71.3 58.4 84.6 -
YUV 206.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 254 177 233 0 0.30 0.08 0.00 316.36 0.97 0.85
Hex FE B1 E9 0 1E 8 0 13C 61 55
Octal 376 261 351 0 36 10 0 474 141 125
Binary 11111110 10110001 11101001 0 11110 1000 0 100111100 1100001 1010101

Color Harmonies of #FEB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1E9

Black with #FEB1E9

Text Example


Text Example

White with #FEB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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