Html Css Color HEX #FD9ECC Carnation Pink

📋 copy color: '#FD9ECC'

red 253 ◦ green 158 ◦ blue 204

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

Shades of Carnation Pink #FD9ECC

Tints of Carnation Pink #FD9ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 41.14%
G = 25.69%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD9ECC (or 0xFD9ECC) is known color: Carnation Pink. HEX triplet: FD, 9E and CC. RGB value is (253,158,204). Sum of RGB (Red+Green+Blue) = 253+158+204=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ECC is #026133. Grayscale: #BFBFBF. Windows color (decimal): -155956 or 13410045. OLE color: 13410045.

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

Color convert

RGB 253 158 204 -
CMYK 0 0.38 0.19 0.01
HSL 330.95º 0.96% 0.81% -
HSV(B) 330.95º 0.38% 0.99% -
XYZ 63.63 49.7 63.37 -
YUV 191.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 253 158 204 0 0.38 0.19 0.01 330.95 0.96 0.81
Hex FD 9E CC 0 26 13 1 14B 60 51
Octal 375 236 314 0 46 23 1 513 140 121
Binary 11111101 10011110 11001100 0 100110 10011 1 101001011 1100000 1010001

Color Harmonies of #FD9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9ECC

Black with #FD9ECC

Text Example


Text Example

White with #FD9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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