#FE9BBF

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

Shades of Carnation Pink #FE9BBF

Tints of Carnation Pink #FE9BBF

Color information

#FE9BBF (or 0xFE9BBF) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and BF. RGB value is (254,155,191). Sum of RGB (Red+Green+Blue) = 254+155+191=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBF is #016440. Grayscale: #BCBCBC. Windows color (decimal): -91201 or 12557310. OLE color: 12557310.

HSL color Cylindrical-coordinate representation of color #FE9BBF: hue angle of 338.18º 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 #FE9BBF is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254155191-
CMYK00.390.250.00
HSL338.18º98.02%80.2%-
HSV(B)338.18º38.98%99.61%-
XYZ6248.2855.34-
YUV188.7129.3174.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 155 (60.94% from 255) = 25.83%
BLUE value IS 191 (75% from 255) = 31.83%
R=42.33%
G=25.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415519100.390.250.00338.1898.0280.2
HexFE9BBF0271901526250
Octal376233277047310522142120
Binary111111101001101110111111010011111001010101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BBF; }

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

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

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

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

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

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

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

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