#FD9EBB

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

Shades of Carnation Pink #FD9EBB

Tints of Carnation Pink #FD9EBB

Color information

#FD9EBB (or 0xFD9EBB) is unknown color: approx Carnation Pink. HEX triplet: FD, 9E and BB. RGB value is (253,158,187). Sum of RGB (Red+Green+Blue) = 253+158+187=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EBB is #026144. Grayscale: #BDBDBD. Windows color (decimal): -155973 or 12295933. OLE color: 12295933.

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

Color convert

RGB253158187-
CMYK00.380.260.01
HSL341.68º95.96%80.59%-
HSV(B)341.68º37.55%99.22%-
XYZ61.748.9253.2-
YUV189.71126.47173.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=42.31%
G=26.42%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315818700.380.260.01341.6895.9680.59
HexFD9EBB0261A11566051
Octal375236273046321526140121
Binary111111011001111010111011010011011010110101011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EBB; }

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

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

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

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

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

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

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

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