#FE9DBB

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

Shades of Carnation Pink #FE9DBB

Tints of Carnation Pink #FE9DBB

Color information

#FE9DBB (or 0xFE9DBB) is unknown color: approx Carnation Pink. HEX triplet: FE, 9D and BB. RGB value is (254,157,187). Sum of RGB (Red+Green+Blue) = 254+157+187=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DBB is #016244. Grayscale: #BDBDBD. Windows color (decimal): -90693 or 12295678. OLE color: 12295678.

HSL color Cylindrical-coordinate representation of color #FE9DBB: hue angle of 341.44º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DBB is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254157187-
CMYK00.380.260.00
HSL341.44º97.98%80.59%-
HSV(B)341.44º38.19%99.61%-
XYZ61.948.7753.17-
YUV189.42126.64174.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=42.47%
G=26.25%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25415718700.380.260.00341.4497.9880.59
HexFE9DBB0261A01556251
Octal376235273046320525142121
Binary111111101001110110111011010011011010010101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DBB; }

 p { color: rgb(254,157,187); }

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

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

 a { background-color: rgb(254,157,187); }

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

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

 span { border-color: rgb(254,157,187); }

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