Html Css Color HEX #FE9DF4 Lavender Rose

📋 copy color: '#FE9DF4'

red 254 ◦ green 157 ◦ blue 244

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

Shades of Lavender Rose #FE9DF4

Tints of Lavender Rose #FE9DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.25%

R = 38.78%
G = 23.97%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE9DF4 (or 0xFE9DF4) is known color: Lavender Rose. HEX triplet: FE, 9D and F4. RGB value is (254,157,244). Sum of RGB (Red+Green+Blue) = 254+157+244=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF4 is #01620B. Grayscale: #C3C3C3. Windows color (decimal): -90636 or 16031230. OLE color: 16031230.

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

Color convert

RGB 254 157 244 -
CMYK 0 0.38 0.04 0.00
HSL 306.19º 0.98% 0.81% -
HSV(B) 306.19º 0.38% 1% -
XYZ 69.26 51.72 91.92 -
YUV 195.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 254 157 244 0 0.38 0.04 0.00 306.19 0.98 0.81
Hex FE 9D F4 0 26 4 0 132 62 51
Octal 376 235 364 0 46 4 0 462 142 121
Binary 11111110 10011101 11110100 0 100110 100 0 100110010 1100010 1010001

Color Harmonies of #FE9DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DF4

Black with #FE9DF4

Text Example


Text Example

White with #FE9DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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