Html Css Color HEX #FD9EC2 Carnation Pink

📋 copy color: '#FD9EC2'

red 253 ◦ green 158 ◦ blue 194

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

Shades of Carnation Pink #FD9EC2

Tints of Carnation Pink #FD9EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 41.82%
G = 26.12%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD9EC2 (or 0xFD9EC2) is known color: Carnation Pink. HEX triplet: FD, 9E and C2. RGB value is (253,158,194). Sum of RGB (Red+Green+Blue) = 253+158+194=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EC2 is #02613D. Grayscale: #BEBEBE. Windows color (decimal): -155966 or 12754685. OLE color: 12754685.

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

Color convert

RGB 253 158 194 -
CMYK 0 0.38 0.23 0.01
HSL 337.26º 0.96% 0.81% -
HSV(B) 337.26º 0.38% 0.99% -
XYZ 62.47 49.23 57.25 -
YUV 190.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 253 158 194 0 0.38 0.23 0.01 337.26 0.96 0.81
Hex FD 9E C2 0 26 17 1 151 60 51
Octal 375 236 302 0 46 27 1 521 140 121
Binary 11111101 10011110 11000010 0 100110 10111 1 101010001 1100000 1010001

Color Harmonies of #FD9EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9EC2

Black with #FD9EC2

Text Example


Text Example

White with #FD9EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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