Html Css Color HEX #FEB5E7 Lavender Rose

📋 copy color: '#FEB5E7'

red 254 ◦ green 181 ◦ blue 231

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

Shades of Lavender Rose #FEB5E7

Tints of Lavender Rose #FEB5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 38.14%
G = 27.18%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB5E7 (or 0xFEB5E7) is known color: Lavender Rose. HEX triplet: FE, B5 and E7. RGB value is (254,181,231). Sum of RGB (Red+Green+Blue) = 254+181+231=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5E7 is #014A18. Grayscale: #D0D0D0. Windows color (decimal): -84505 or 15185406. OLE color: 15185406.

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

Color convert

RGB 254 181 231 -
CMYK 0 0.29 0.09 0.00
HSL 318.9º 0.97% 0.85% -
HSV(B) 318.9º 0.29% 1% -
XYZ 71.82 59.89 83.38 -
YUV 208.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 254 181 231 0 0.29 0.09 0.00 318.9 0.97 0.85
Hex FE B5 E7 0 1D 9 0 13F 61 55
Octal 376 265 347 0 35 11 0 477 141 125
Binary 11111110 10110101 11100111 0 11101 1001 0 100111111 1100001 1010101

Color Harmonies of #FEB5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5E7

Black with #FEB5E7

Text Example


Text Example

White with #FEB5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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