#FD9EBD

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

Shades of Carnation Pink #FD9EBD

Tints of Carnation Pink #FD9EBD

Color information

#FD9EBD (or 0xFD9EBD) is unknown color: approx Carnation Pink. HEX triplet: FD, 9E and BD. RGB value is (253,158,189). Sum of RGB (Red+Green+Blue) = 253+158+189=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EBD is #026142. Grayscale: #BDBDBD. Windows color (decimal): -155971 or 12427005. OLE color: 12427005.

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

Color convert

RGB253158189-
CMYK00.380.250.01
HSL340.42º95.96%80.59%-
HSV(B)340.42º37.55%99.22%-
XYZ61.9249.0154.34-
YUV189.94127.47172.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=42.17%
G=26.33%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315818900.380.250.01340.4295.9680.59
HexFD9EBD0261911546051
Octal375236275046311524140121
Binary111111011001111010111101010011011001110101010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EBD; }

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

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

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

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

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

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

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

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