#FE9DBA

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

Shades of Carnation Pink #FE9DBA

Tints of Carnation Pink #FE9DBA

Color information

#FE9DBA (or 0xFE9DBA) is unknown color: approx Carnation Pink. HEX triplet: FE, 9D and BA. RGB value is (254,157,186). Sum of RGB (Red+Green+Blue) = 254+157+186=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DBA is #016245. Grayscale: #BDBDBD. Windows color (decimal): -90694 or 12230142. OLE color: 12230142.

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

Color convert

RGB254157186-
CMYK00.380.270.00
HSL342.06º97.98%80.59%-
HSV(B)342.06º38.19%99.61%-
XYZ61.7948.7352.6-
YUV189.31126.14174.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=42.55%
G=26.30%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415718600.380.270.00342.0697.9880.59
HexFE9DBA0261B01566251
Octal376235272046330526142121
Binary111111101001110110111010010011011011010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DBA; }

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

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

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

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

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

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

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

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