#FEA9CB

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

Shades of Carnation Pink #FEA9CB

Tints of Carnation Pink #FEA9CB

Color information

#FEA9CB (or 0xFEA9CB) is unknown color: approx Carnation Pink. HEX triplet: FE, A9 and CB. RGB value is (254,169,203). Sum of RGB (Red+Green+Blue) = 254+169+203=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9CB is #015634. Grayscale: #C6C6C6. Windows color (decimal): -87605 or 13347326. OLE color: 13347326.

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

Color convert

RGB254169203-
CMYK00.330.200.00
HSL336º97.7%82.94%-
HSV(B)336º33.46%99.61%-
XYZ65.8453.7663.41-
YUV198.29130.66167.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=40.58%
G=27.00%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416920300.330.200.0033697.782.94
HexFEA9CB0211401506253
Octal376251313041240520142123
Binary111111101010100111001011010000110100010101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9CB; }

 p { color: rgb(254,169,203); }

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

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

 a { background-color: rgb(254,169,203); }

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

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

 span { border-color: rgb(254,169,203); }

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