#FEADC6

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

Shades of Carnation Pink #FEADC6

Tints of Carnation Pink #FEADC6

Color information

#FEADC6 (or 0xFEADC6) is unknown color: approx Carnation Pink. HEX triplet: FE, AD and C6. RGB value is (254,173,198). Sum of RGB (Red+Green+Blue) = 254+173+198=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC6 is #015239. Grayscale: #C8C8C8. Windows color (decimal): -86586 or 13020670. OLE color: 13020670.

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

Color convert

RGB254173198-
CMYK00.320.220.00
HSL341.48º97.59%83.73%-
HSV(B)341.48º31.89%99.61%-
XYZ66.0155.0460.57-
YUV200.07126.84166.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=40.64%
G=27.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417319800.320.220.00341.4897.5983.73
HexFEADC60201601556254
Octal376255306040260525142124
Binary111111101010110111000110010000010110010101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADC6; }

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

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

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

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

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

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

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

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