Html Css Color HEX #FD9ED0 Carnation Pink

📋 copy color: '#FD9ED0'

red 253 ◦ green 158 ◦ blue 208

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

Shades of Carnation Pink #FD9ED0

Tints of Carnation Pink #FD9ED0

RGB

 RED value IS 253 (99.22% from 255) = 40.87%

 GREEN value IS 158 (62.11% from 255) = 25.53%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 40.87%
G = 25.53%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD9ED0 (or 0xFD9ED0) is known color: Carnation Pink. HEX triplet: FD, 9E and D0. RGB value is (253,158,208). Sum of RGB (Red+Green+Blue) = 253+158+208=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ED0 is #02612F. Grayscale: #C0C0C0. Windows color (decimal): -155952 or 13672189. OLE color: 13672189.

HSL color Cylindrical-coordinate representation of color #FD9ED0: hue angle of 328.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9ED0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 158 208 -
CMYK 0 0.38 0.18 0.01
HSL 328.42º 0.96% 0.81% -
HSV(B) 328.42º 0.38% 0.99% -
XYZ 64.12 49.89 65.92 -
YUV 192.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 253 158 208 0 0.38 0.18 0.01 328.42 0.96 0.81
Hex FD 9E D0 0 26 12 1 148 60 51
Octal 375 236 320 0 46 22 1 510 140 121
Binary 11111101 10011110 11010000 0 100110 10010 1 101001000 1100000 1010001

Color Harmonies of #FD9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9ED0

Black with #FD9ED0

Text Example


Text Example

White with #FD9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9ED0; }

 p { color: rgb(253,158,208); }

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

background-color css

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

 a { background-color: rgb(253,158,208); }

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

border-color css

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

 span { border-color: rgb(253,158,208); }

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