#FD9ECF

Color #FD9ECF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FD9ECF

Tints of Carnation Pink #FD9ECF

Color information

#FD9ECF (or 0xFD9ECF) is unknown color: approx Carnation Pink. HEX triplet: FD, 9E and CF. RGB value is (253,158,207). Sum of RGB (Red+Green+Blue) = 253+158+207=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ECF is #026130. Grayscale: #BFBFBF. Windows color (decimal): -155953 or 13606653. OLE color: 13606653.

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

Color convert

RGB253158207-
CMYK00.380.180.01
HSL329.05º95.96%80.59%-
HSV(B)329.05º37.55%99.22%-
XYZ6449.8465.28-
YUV191.99136.47171.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 158 (62.11% from 255) = 25.57%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=40.94%
G=25.57%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315820700.380.180.01329.0595.9680.59
HexFD9ECF0261211496051
Octal375236317046221511140121
Binary111111011001111011001111010011010010110100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9ECF; }

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

 H1.HeaderClassName
 {
   color: #FD9ECF;
 }
 .AnyTagClassName
 {
   color: #FD9ECF;
 }
</style>
background-color css

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

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

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

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

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

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