#FEA8CA

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

Shades of Carnation Pink #FEA8CA

Tints of Carnation Pink #FEA8CA

Color information

#FEA8CA (or 0xFEA8CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A8 and CA. RGB value is (254,168,202). Sum of RGB (Red+Green+Blue) = 254+168+202=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CA is #015735. Grayscale: #C5C5C5. Windows color (decimal): -87862 or 13281534. OLE color: 13281534.

HSL color Cylindrical-coordinate representation of color #FEA8CA: hue angle of 336.28º 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 #FEA8CA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254168202-
CMYK00.340.200.00
HSL336.28º97.73%82.75%-
HSV(B)336.28º33.86%99.61%-
XYZ65.5453.3462.72-
YUV197.59130.49168.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=40.71%
G=26.92%
B=32.37%

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
Decimal25416820200.340.200.00336.2897.7382.75
HexFEA8CA0221401506253
Octal376250312042240520142123
Binary111111101010100011001010010001010100010101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8CA; }

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

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

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

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

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

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

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

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