Html Css Color HEX #FE9DE8 Lavender Rose

📋 copy color: '#FE9DE8'

red 254 ◦ green 157 ◦ blue 232

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

Shades of Lavender Rose #FE9DE8

Tints of Lavender Rose #FE9DE8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.42%

 BLUE value IS 232 (91.02% from 255) = 36.08%

R = 39.5%
G = 24.42%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE9DE8 (or 0xFE9DE8) is known color: Lavender Rose. HEX triplet: FE, 9D and E8. RGB value is (254,157,232). Sum of RGB (Red+Green+Blue) = 254+157+232=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DE8 is #016217. Grayscale: #C2C2C2. Windows color (decimal): -90648 or 15244798. OLE color: 15244798.

HSL color Cylindrical-coordinate representation of color #FE9DE8: hue angle of 313.61º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DE8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 157 232 -
CMYK 0 0.38 0.09 0.00
HSL 313.61º 0.98% 0.81% -
HSV(B) 313.61º 0.38% 1% -
XYZ 67.5 51.01 82.63 -
YUV 194.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 254 157 232 0 0.38 0.09 0.00 313.61 0.98 0.81
Hex FE 9D E8 0 26 9 0 13A 62 51
Octal 376 235 350 0 46 11 0 472 142 121
Binary 11111110 10011101 11101000 0 100110 1001 0 100111010 1100010 1010001

Color Harmonies of #FE9DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DE8

Black with #FE9DE8

Text Example


Text Example

White with #FE9DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DE8; }

 p { color: rgb(254,157,232); }

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

background-color css

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

 a { background-color: rgb(254,157,232); }

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

border-color css

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

 span { border-color: rgb(254,157,232); }

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