Html Css Color HEX #FD9EC0 Carnation Pink

📋 copy color: '#FD9EC0'

red 253 ◦ green 158 ◦ blue 192

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

Shades of Carnation Pink #FD9EC0

Tints of Carnation Pink #FD9EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 41.96%
G = 26.2%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD9EC0 (or 0xFD9EC0) is known color: Carnation Pink. HEX triplet: FD, 9E and C0. RGB value is (253,158,192). Sum of RGB (Red+Green+Blue) = 253+158+192=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EC0 is #02613F. Grayscale: #BEBEBE. Windows color (decimal): -155968 or 12623613. OLE color: 12623613.

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

Color convert

RGB 253 158 192 -
CMYK 0 0.38 0.24 0.01
HSL 338.53º 0.96% 0.81% -
HSV(B) 338.53º 0.38% 0.99% -
XYZ 62.25 49.14 56.07 -
YUV 190.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 253 158 192 0 0.38 0.24 0.01 338.53 0.96 0.81
Hex FD 9E C0 0 26 18 1 153 60 51
Octal 375 236 300 0 46 30 1 523 140 121
Binary 11111101 10011110 11000000 0 100110 11000 1 101010011 1100000 1010001

Color Harmonies of #FD9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9EC0

Black with #FD9EC0

Text Example


Text Example

White with #FD9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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