Html Css Color HEX #FE9DD4 Lavender Pink

📋 copy color: '#FE9DD4'

red 254 ◦ green 157 ◦ blue 212

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

Shades of Lavender Pink #FE9DD4

Tints of Lavender Pink #FE9DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 40.77%
G = 25.2%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE9DD4 (or 0xFE9DD4) is known color: Lavender Pink. HEX triplet: FE, 9D and D4. RGB value is (254,157,212). Sum of RGB (Red+Green+Blue) = 254+157+212=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD4 is #01622B. Grayscale: #C0C0C0. Windows color (decimal): -90668 or 13934078. OLE color: 13934078.

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

Color convert

RGB 254 157 212 -
CMYK 0 0.38 0.17 0.00
HSL 325.98º 0.98% 0.81% -
HSV(B) 325.98º 0.38% 1% -
XYZ 64.81 49.94 68.51 -
YUV 192.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 254 157 212 0 0.38 0.17 0.00 325.98 0.98 0.81
Hex FE 9D D4 0 26 11 0 146 62 51
Octal 376 235 324 0 46 21 0 506 142 121
Binary 11111110 10011101 11010100 0 100110 10001 0 101000110 1100010 1010001

Color Harmonies of #FE9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DD4

Black with #FE9DD4

Text Example


Text Example

White with #FE9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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