#FE9FBA

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

Shades of Carnation Pink #FE9FBA

Tints of Carnation Pink #FE9FBA

Color information

#FE9FBA (or 0xFE9FBA) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and BA. RGB value is (254,159,186). Sum of RGB (Red+Green+Blue) = 254+159+186=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBA is #016045. Grayscale: #BEBEBE. Windows color (decimal): -90182 or 12230654. OLE color: 12230654.

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

Color convert

RGB254159186-
CMYK00.370.270.00
HSL342.95º97.94%80.98%-
HSV(B)342.95º37.4%99.61%-
XYZ62.1349.4152.72-
YUV190.48125.47173.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=42.40%
G=26.54%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415918600.370.270.00342.9597.9480.98
HexFE9FBA0251B01576251
Octal376237272045330527142121
Binary111111101001111110111010010010111011010101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FBA; }

 p { color: rgb(254,159,186); }

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

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

 a { background-color: rgb(254,159,186); }

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

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

 span { border-color: rgb(254,159,186); }

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