#FDACC8

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

Shades of Carnation Pink #FDACC8

Tints of Carnation Pink #FDACC8

Color information

#FDACC8 (or 0xFDACC8) is unknown color: approx Carnation Pink. HEX triplet: FD, AC and C8. RGB value is (253,172,200). Sum of RGB (Red+Green+Blue) = 253+172+200=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC8 is #025337. Grayscale: #C7C7C7. Windows color (decimal): -152376 or 13151485. OLE color: 13151485.

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

Color convert

RGB253172200-
CMYK00.320.210.01
HSL339.26º95.29%83.33%-
HSV(B)339.26º32.02%99.22%-
XYZ65.6954.5661.71-
YUV199.41128.34166.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 200 (78.52% from 255) = 32%
R=40.48%
G=27.52%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317220000.320.210.01339.2695.2983.33
HexFDACC80201511535f53
Octal375254310040251523137123
Binary111111011010110011001000010000010101110101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACC8; }

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

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

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

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

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

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

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

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