#FE94BD

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

Shades of Carnation Pink #FE94BD

Tints of Carnation Pink #FE94BD

Color information

#FE94BD (or 0xFE94BD) is unknown color: approx Carnation Pink. HEX triplet: FE, 94 and BD. RGB value is (254,148,189). Sum of RGB (Red+Green+Blue) = 254+148+189=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94BD is #016B42. Grayscale: #B8B8B8. Windows color (decimal): -92995 or 12424446. OLE color: 12424446.

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

Color convert

RGB254148189-
CMYK00.420.260.00
HSL336.79º98.15%78.82%-
HSV(B)336.79º41.73%99.61%-
XYZ60.6545.9253.81-
YUV184.37130.62177.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=42.98%
G=25.04%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414818900.420.260.00336.7998.1578.82
HexFE94BD02A1A0151624f
Octal376224275052320521142117
Binary111111101001010010111101010101011010010101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94BD; }

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

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

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

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

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

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

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

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