#fe9bcd

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

Shades of Carnation Pink #FE9BCD

Tints of Carnation Pink #FE9BCD

Color information

#FE9BCD (or 0xFE9BCD) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and CD. RGB value is (254,155,205). Sum of RGB (Red+Green+Blue) = 254+155+205=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BCD is #016432. Grayscale: #BEBEBE. Windows color (decimal): -91187 or 13474814. OLE color: 13474814.

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

Color convert

RGB254155205-
CMYK00.390.190.00
HSL329.7º98.02%80.2%-
HSV(B)329.7º38.98%99.61%-
XYZ63.6148.9263.85-
YUV190.3136.3173.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=41.37%
G=25.24%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415520500.390.190.00329.798.0280.2
HexFE9BCD02713014a6250
Octal376233315047230512142120
Binary111111101001101111001101010011110011010100101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe9bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe9bcd; }

 p { color: rgb(254,155,205); }

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

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

 a { background-color: rgb(254,155,205); }

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

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

 span { border-color: rgb(254,155,205); }

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