Html Css Color HEX #FE9DD6 Lavender Rose

📋 copy color: '#FE9DD6'

red 254 ◦ green 157 ◦ blue 214

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

Shades of Lavender Rose #FE9DD6

Tints of Lavender Rose #FE9DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 40.64%
G = 25.12%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE9DD6 (or 0xFE9DD6) is known color: Lavender Rose. HEX triplet: FE, 9D and D6. RGB value is (254,157,214). Sum of RGB (Red+Green+Blue) = 254+157+214=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD6 is #016229. Grayscale: #C0C0C0. Windows color (decimal): -90666 or 14065150. OLE color: 14065150.

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

Color convert

RGB 254 157 214 -
CMYK 0 0.38 0.16 0.00
HSL 324.74º 0.98% 0.81% -
HSV(B) 324.74º 0.38% 1% -
XYZ 65.07 50.04 69.85 -
YUV 192.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 254 157 214 0 0.38 0.16 0.00 324.74 0.98 0.81
Hex FE 9D D6 0 26 10 0 145 62 51
Octal 376 235 326 0 46 20 0 505 142 121
Binary 11111110 10011101 11010110 0 100110 10000 0 101000101 1100010 1010001

Color Harmonies of #FE9DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DD6

Black with #FE9DD6

Text Example


Text Example

White with #FE9DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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