#FE9BBD

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

Shades of Carnation Pink #FE9BBD

Tints of Carnation Pink #FE9BBD

Color information

#FE9BBD (or 0xFE9BBD) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and BD. RGB value is (254,155,189). Sum of RGB (Red+Green+Blue) = 254+155+189=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBD is #016442. Grayscale: #BCBCBC. Windows color (decimal): -91203 or 12426238. OLE color: 12426238.

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

Color convert

RGB254155189-
CMYK00.390.260.00
HSL339.39º98.02%80.2%-
HSV(B)339.39º38.98%99.61%-
XYZ61.7848.1954.19-
YUV188.48128.3174.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=42.47%
G=25.92%
B=31.61%

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
Decimal25415518900.390.260.00339.3998.0280.2
HexFE9BBD0271A01536250
Octal376233275047320523142120
Binary111111101001101110111101010011111010010101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BBD; }

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

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

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

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

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

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

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

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