Html Css Color HEX #FE9DDE Lavender Rose

📋 copy color: '#FE9DDE'

red 254 ◦ green 157 ◦ blue 222

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

Shades of Lavender Rose #FE9DDE

Tints of Lavender Rose #FE9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 40.13%
G = 24.8%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE9DDE (or 0xFE9DDE) is known color: Lavender Rose. HEX triplet: FE, 9D and DE. RGB value is (254,157,222). Sum of RGB (Red+Green+Blue) = 254+157+222=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DDE is #016221. Grayscale: #C1C1C1. Windows color (decimal): -90658 or 14589438. OLE color: 14589438.

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

Color convert

RGB 254 157 222 -
CMYK 0 0.38 0.13 0.00
HSL 319.79º 0.98% 0.81% -
HSV(B) 319.79º 0.38% 1% -
XYZ 66.11 50.46 75.36 -
YUV 193.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 254 157 222 0 0.38 0.13 0.00 319.79 0.98 0.81
Hex FE 9D DE 0 26 D 0 140 62 51
Octal 376 235 336 0 46 15 0 500 142 121
Binary 11111110 10011101 11011110 0 100110 1101 0 101000000 1100010 1010001

Color Harmonies of #FE9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DDE

Black with #FE9DDE

Text Example


Text Example

White with #FE9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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