Html Css Color HEX #FE9DF3 Lavender Rose

📋 copy color: '#FE9DF3'

red 254 ◦ green 157 ◦ blue 243

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

Shades of Lavender Rose #FE9DF3

Tints of Lavender Rose #FE9DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.16%

R = 38.84%
G = 24.01%
B = 37.16%

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

#FE9DF3 (or 0xFE9DF3) is known color: Lavender Rose. HEX triplet: FE, 9D and F3. RGB value is (254,157,243). Sum of RGB (Red+Green+Blue) = 254+157+243=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 157 (61.72% from 255 or 24.01% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF3 is #01620C. Grayscale: #C3C3C3. Windows color (decimal): -90637 or 15965694. OLE color: 15965694.

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

Color convert

RGB 254 157 243 -
CMYK 0 0.38 0.04 0.00
HSL 306.8º 0.98% 0.81% -
HSV(B) 306.8º 0.38% 1% -
XYZ 69.11 51.66 91.12 -
YUV 195.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 254 157 243 0 0.38 0.04 0.00 306.8 0.98 0.81
Hex FE 9D F3 0 26 4 0 133 62 51
Octal 376 235 363 0 46 4 0 463 142 121
Binary 11111110 10011101 11110011 0 100110 100 0 100110011 1100010 1010001

Color Harmonies of #FE9DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DF3

Black with #FE9DF3

Text Example


Text Example

White with #FE9DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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