#FEADC8

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

Shades of Carnation Pink #FEADC8

Tints of Carnation Pink #FEADC8

Color information

#FEADC8 (or 0xFEADC8) is unknown color: approx Carnation Pink. HEX triplet: FE, AD and C8. RGB value is (254,173,200). Sum of RGB (Red+Green+Blue) = 254+173+200=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC8 is #015237. Grayscale: #C8C8C8. Windows color (decimal): -86584 or 13151742. OLE color: 13151742.

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

Color convert

RGB254173200-
CMYK00.320.210.00
HSL340º97.59%83.73%-
HSV(B)340º31.89%99.61%-
XYZ66.2455.1361.79-
YUV200.3127.84166.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=40.51%
G=27.59%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417320000.320.210.0034097.5983.73
HexFEADC80201501546254
Octal376255310040250524142124
Binary111111101010110111001000010000010101010101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADC8; }

 p { color: rgb(254,173,200); }

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

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

 a { background-color: rgb(254,173,200); }

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

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

 span { border-color: rgb(254,173,200); }

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