Html Css Color HEX #FE9DF1 Lavender Rose

📋 copy color: '#FE9DF1'

red 254 ◦ green 157 ◦ blue 241

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

Shades of Lavender Rose #FE9DF1

Tints of Lavender Rose #FE9DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 38.96%
G = 24.08%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE9DF1 (or 0xFE9DF1) is known color: Lavender Rose. HEX triplet: FE, 9D and F1. RGB value is (254,157,241). Sum of RGB (Red+Green+Blue) = 254+157+241=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF1 is #01620E. Grayscale: #C3C3C3. Windows color (decimal): -90639 or 15834622. OLE color: 15834622.

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

Color convert

RGB 254 157 241 -
CMYK 0 0.38 0.05 0.00
HSL 308.04º 0.98% 0.81% -
HSV(B) 308.04º 0.38% 1% -
XYZ 68.81 51.54 89.54 -
YUV 195.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 254 157 241 0 0.38 0.05 0.00 308.04 0.98 0.81
Hex FE 9D F1 0 26 5 0 134 62 51
Octal 376 235 361 0 46 5 0 464 142 121
Binary 11111110 10011101 11110001 0 100110 101 0 100110100 1100010 1010001

Color Harmonies of #FE9DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DF1

Black with #FE9DF1

Text Example


Text Example

White with #FE9DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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