#FEA8CB

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

Shades of Carnation Pink #FEA8CB

Tints of Carnation Pink #FEA8CB

Color information

#FEA8CB (or 0xFEA8CB) is unknown color: approx Carnation Pink. HEX triplet: FE, A8 and CB. RGB value is (254,168,203). Sum of RGB (Red+Green+Blue) = 254+168+203=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CB is #015734. Grayscale: #C5C5C5. Windows color (decimal): -87861 or 13347070. OLE color: 13347070.

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

Color convert

RGB254168203-
CMYK00.340.200.00
HSL335.58º97.73%82.75%-
HSV(B)335.58º33.86%99.61%-
XYZ65.6653.3963.34-
YUV197.7130.99168.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=40.64%
G=26.88%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416820300.340.200.00335.5897.7382.75
HexFEA8CB0221401506253
Octal376250313042240520142123
Binary111111101010100011001011010001010100010101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8CB; }

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

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

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

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

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

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

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

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