#fe9bbb

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

Shades of Carnation Pink #FE9BBB

Tints of Carnation Pink #FE9BBB

Color information

#FE9BBB (or 0xFE9BBB) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and BB. RGB value is (254,155,187). Sum of RGB (Red+Green+Blue) = 254+155+187=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBB is #016444. Grayscale: #BCBCBC. Windows color (decimal): -91205 or 12295166. OLE color: 12295166.

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

Color convert

RGB254155187-
CMYK00.390.260.00
HSL340.61º98.02%80.2%-
HSV(B)340.61º38.98%99.61%-
XYZ61.5648.153.05-
YUV188.25127.3174.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=42.62%
G=26.01%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415518700.390.260.00340.6198.0280.2
HexFE9BBB0271A01556250
Octal376233273047320525142120
Binary111111101001101110111011010011111010010101010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe9bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe9bbb; }

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

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

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

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

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

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

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

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