Html Css Color HEX #FE9DD2 Carnation Pink

📋 copy color: '#FE9DD2'

red 254 ◦ green 157 ◦ blue 210

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

Shades of Carnation Pink #FE9DD2

Tints of Carnation Pink #FE9DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.82%

R = 40.9%
G = 25.28%
B = 33.82%

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

#FE9DD2 (or 0xFE9DD2) is known color: Carnation Pink. HEX triplet: FE, 9D and D2. RGB value is (254,157,210). Sum of RGB (Red+Green+Blue) = 254+157+210=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD2 is #01622D. Grayscale: #BFBFBF. Windows color (decimal): -90670 or 13803006. OLE color: 13803006.

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

Color convert

RGB 254 157 210 -
CMYK 0 0.38 0.17 0.00
HSL 327.22º 0.98% 0.81% -
HSV(B) 327.22º 0.38% 1% -
XYZ 64.56 49.84 67.19 -
YUV 192.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 254 157 210 0 0.38 0.17 0.00 327.22 0.98 0.81
Hex FE 9D D2 0 26 11 0 147 62 51
Octal 376 235 322 0 46 21 0 507 142 121
Binary 11111110 10011101 11010010 0 100110 10001 0 101000111 1100010 1010001

Color Harmonies of #FE9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DD2

Black with #FE9DD2

Text Example


Text Example

White with #FE9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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