#FDAEC8

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

Shades of Carnation Pink #FDAEC8

Tints of Carnation Pink #FDAEC8

Color information

#FDAEC8 (or 0xFDAEC8) is unknown color: approx Carnation Pink. HEX triplet: FD, AE and C8. RGB value is (253,174,200). Sum of RGB (Red+Green+Blue) = 253+174+200=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC8 is #025137. Grayscale: #C8C8C8. Windows color (decimal): -151864 or 13151997. OLE color: 13151997.

HSL color Cylindrical-coordinate representation of color #FDAEC8: hue angle of 340.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEC8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253174200-
CMYK00.310.210.01
HSL340.25º95.18%83.73%-
HSV(B)340.25º31.23%99.22%-
XYZ66.0755.3261.84-
YUV200.58127.67165.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=40.35%
G=27.75%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317420000.310.210.01340.2595.1883.73
HexFDAEC801F1511545f54
Octal375256310037251524137124
Binary11111101101011101100100001111110101110101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEC8; }

 p { color: rgb(253,174,200); }

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

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

 a { background-color: rgb(253,174,200); }

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

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

 span { border-color: rgb(253,174,200); }

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