Html Css Color HEX #FE9DD1 Carnation Pink

📋 copy color: '#FE9DD1'

red 254 ◦ green 157 ◦ blue 209

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

Shades of Carnation Pink #FE9DD1

Tints of Carnation Pink #FE9DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 40.97%
G = 25.32%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE9DD1 (or 0xFE9DD1) is known color: Carnation Pink. HEX triplet: FE, 9D and D1. RGB value is (254,157,209). Sum of RGB (Red+Green+Blue) = 254+157+209=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD1 is #01622E. Grayscale: #BFBFBF. Windows color (decimal): -90671 or 13737470. OLE color: 13737470.

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

Color convert

RGB 254 157 209 -
CMYK 0 0.38 0.18 0.00
HSL 327.84º 0.98% 0.81% -
HSV(B) 327.84º 0.38% 1% -
XYZ 64.44 49.79 66.54 -
YUV 191.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 254 157 209 0 0.38 0.18 0.00 327.84 0.98 0.81
Hex FE 9D D1 0 26 12 0 148 62 51
Octal 376 235 321 0 46 22 0 510 142 121
Binary 11111110 10011101 11010001 0 100110 10010 0 101001000 1100010 1010001

Color Harmonies of #FE9DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DD1

Black with #FE9DD1

Text Example


Text Example

White with #FE9DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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