Html Css Color HEX #FE9FDD Lavender Rose

📋 copy color: '#FE9FDD'

red 254 ◦ green 159 ◦ blue 221

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

Shades of Lavender Rose #FE9FDD

Tints of Lavender Rose #FE9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.08%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 40.06%
G = 25.08%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE9FDD (or 0xFE9FDD) is known color: Lavender Rose. HEX triplet: FE, 9F and DD. RGB value is (254,159,221). Sum of RGB (Red+Green+Blue) = 254+159+221=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDD is #016022. Grayscale: #C2C2C2. Windows color (decimal): -90147 or 14524414. OLE color: 14524414.

HSL color Cylindrical-coordinate representation of color #FE9FDD: hue angle of 320.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FDD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 159 221 -
CMYK 0 0.37 0.13 0.00
HSL 320.84º 0.98% 0.81% -
HSV(B) 320.84º 0.37% 1% -
XYZ 66.32 51.09 74.77 -
YUV 194.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 254 159 221 0 0.37 0.13 0.00 320.84 0.98 0.81
Hex FE 9F DD 0 25 D 0 141 62 51
Octal 376 237 335 0 45 15 0 501 142 121
Binary 11111110 10011111 11011101 0 100101 1101 0 101000001 1100010 1010001

Color Harmonies of #FE9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FDD

Black with #FE9FDD

Text Example


Text Example

White with #FE9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FDD; }

 p { color: rgb(254,159,221); }

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

background-color css

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

 a { background-color: rgb(254,159,221); }

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

border-color css

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

 span { border-color: rgb(254,159,221); }

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