#FE9BBE

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

Shades of Carnation Pink #FE9BBE

Tints of Carnation Pink #FE9BBE

Color information

#FE9BBE (or 0xFE9BBE) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and BE. RGB value is (254,155,190). Sum of RGB (Red+Green+Blue) = 254+155+190=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBE is #016441. Grayscale: #BCBCBC. Windows color (decimal): -91202 or 12491774. OLE color: 12491774.

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

Color convert

RGB254155190-
CMYK00.390.250.00
HSL338.79º98.02%80.2%-
HSV(B)338.79º38.98%99.61%-
XYZ61.8948.2354.76-
YUV188.59128.8174.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=42.40%
G=25.88%
B=31.72%

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
Decimal25415519000.390.250.00338.7998.0280.2
HexFE9BBE0271901536250
Octal376233276047310523142120
Binary111111101001101110111110010011111001010101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BBE; }

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

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

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

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

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

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

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

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