Html Css Color HEX #FEB5EA Lavender Rose

📋 copy color: '#FEB5EA'

red 254 ◦ green 181 ◦ blue 234

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

Shades of Lavender Rose #FEB5EA

Tints of Lavender Rose #FEB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.06%

 BLUE value IS 234 (91.8% from 255) = 34.98%

R = 37.97%
G = 27.06%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEB5EA (or 0xFEB5EA) is known color: Lavender Rose. HEX triplet: FE, B5 and EA. RGB value is (254,181,234). Sum of RGB (Red+Green+Blue) = 254+181+234=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5EA is #014A15. Grayscale: #D0D0D0. Windows color (decimal): -84502 or 15382014. OLE color: 15382014.

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

Color convert

RGB 254 181 234 -
CMYK 0 0.29 0.08 0.00
HSL 316.44º 0.97% 0.85% -
HSV(B) 316.44º 0.29% 1% -
XYZ 72.25 60.06 85.63 -
YUV 208.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 254 181 234 0 0.29 0.08 0.00 316.44 0.97 0.85
Hex FE B5 EA 0 1D 8 0 13C 61 55
Octal 376 265 352 0 35 10 0 474 141 125
Binary 11111110 10110101 11101010 0 11101 1000 0 100111100 1100001 1010101

Color Harmonies of #FEB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5EA

Black with #FEB5EA

Text Example


Text Example

White with #FEB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5EA; }

 p { color: rgb(254,181,234); }

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

background-color css

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

 a { background-color: rgb(254,181,234); }

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

border-color css

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

 span { border-color: rgb(254,181,234); }

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