Html Css Color HEX #FE9DEB Lavender Rose

📋 copy color: '#FE9DEB'

red 254 ◦ green 157 ◦ blue 235

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

Shades of Lavender Rose #FE9DEB

Tints of Lavender Rose #FE9DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 39.32%
G = 24.3%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE9DEB (or 0xFE9DEB) is known color: Lavender Rose. HEX triplet: FE, 9D and EB. RGB value is (254,157,235). Sum of RGB (Red+Green+Blue) = 254+157+235=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DEB is #016214. Grayscale: #C2C2C2. Windows color (decimal): -90645 or 15441406. OLE color: 15441406.

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

Color convert

RGB 254 157 235 -
CMYK 0 0.38 0.07 0.00
HSL 311.75º 0.98% 0.81% -
HSV(B) 311.75º 0.38% 1% -
XYZ 67.93 51.18 84.9 -
YUV 194.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 254 157 235 0 0.38 0.07 0.00 311.75 0.98 0.81
Hex FE 9D EB 0 26 7 0 138 62 51
Octal 376 235 353 0 46 7 0 470 142 121
Binary 11111110 10011101 11101011 0 100110 111 0 100111000 1100010 1010001

Color Harmonies of #FE9DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DEB

Black with #FE9DEB

Text Example


Text Example

White with #FE9DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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