#FEADCD

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

Shades of Carnation Pink #FEADCD

Tints of Carnation Pink #FEADCD

Color information

#FEADCD (or 0xFEADCD) is unknown color: approx Carnation Pink. HEX triplet: FE, AD and CD. RGB value is (254,173,205). Sum of RGB (Red+Green+Blue) = 254+173+205=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCD is #015232. Grayscale: #C8C8C8. Windows color (decimal): -86579 or 13479422. OLE color: 13479422.

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

Color convert

RGB254173205-
CMYK00.320.190.00
HSL336.3º97.59%83.73%-
HSV(B)336.3º31.89%99.61%-
XYZ66.8455.3764.92-
YUV200.87130.34165.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=40.19%
G=27.37%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417320500.320.190.00336.397.5983.73
HexFEADCD0201301506254
Octal376255315040230520142124
Binary111111101010110111001101010000010011010101000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADCD; }

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

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

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

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

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

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

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

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