#FDACC9

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

Shades of Carnation Pink #FDACC9

Tints of Carnation Pink #FDACC9

Color information

#FDACC9 (or 0xFDACC9) is unknown color: approx Carnation Pink. HEX triplet: FD, AC and C9. RGB value is (253,172,201). Sum of RGB (Red+Green+Blue) = 253+172+201=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC9 is #025336. Grayscale: #C7C7C7. Windows color (decimal): -152375 or 13217021. OLE color: 13217021.

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

Color convert

RGB253172201-
CMYK00.320.210.01
HSL338.52º95.29%83.33%-
HSV(B)338.52º32.02%99.22%-
XYZ65.854.662.33-
YUV199.52128.84166.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=40.42%
G=27.48%
B=32.11%

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
Decimal25317220100.320.210.01338.5295.2983.33
HexFDACC90201511535f53
Octal375254311040251523137123
Binary111111011010110011001001010000010101110101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACC9; }

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

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

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

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

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

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

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

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