#FEA4CB

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

Shades of Carnation Pink #FEA4CB

Tints of Carnation Pink #FEA4CB

Color information

#FEA4CB (or 0xFEA4CB) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and CB. RGB value is (254,164,203). Sum of RGB (Red+Green+Blue) = 254+164+203=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4CB is #015B34. Grayscale: #C3C3C3. Windows color (decimal): -88885 or 13346046. OLE color: 13346046.

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

Color convert

RGB254164203-
CMYK00.350.200.00
HSL334º97.83%81.96%-
HSV(B)334º35.43%99.61%-
XYZ64.9351.9363.1-
YUV195.36132.32169.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=40.90%
G=26.41%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416420300.350.200.0033497.8381.96
HexFEA4CB02314014e6252
Octal376244313043240516142122
Binary111111101010010011001011010001110100010100111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4CB; }

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

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

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

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

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

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

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

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