#FEA8CD

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

Shades of Carnation Pink #FEA8CD

Tints of Carnation Pink #FEA8CD

Color information

#FEA8CD (or 0xFEA8CD) is unknown color: approx Carnation Pink. HEX triplet: FE, A8 and CD. RGB value is (254,168,205). Sum of RGB (Red+Green+Blue) = 254+168+205=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CD is #015732. Grayscale: #C5C5C5. Windows color (decimal): -87859 or 13478142. OLE color: 13478142.

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

Color convert

RGB254168205-
CMYK00.340.190.00
HSL334.19º97.73%82.75%-
HSV(B)334.19º33.86%99.61%-
XYZ65.953.4864.61-
YUV197.93131.99167.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=40.51%
G=26.79%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416820500.340.190.00334.1997.7382.75
HexFEA8CD02213014e6253
Octal376250315042230516142123
Binary111111101010100011001101010001010011010100111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8CD; }

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

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

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

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

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

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

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

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