#FDACC6

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

Shades of Carnation Pink #FDACC6

Tints of Carnation Pink #FDACC6

Color information

#FDACC6 (or 0xFDACC6) is unknown color: approx Carnation Pink. HEX triplet: FD, AC and C6. RGB value is (253,172,198). Sum of RGB (Red+Green+Blue) = 253+172+198=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC6 is #025339. Grayscale: #C7C7C7. Windows color (decimal): -152378 or 13020413. OLE color: 13020413.

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

Color convert

RGB253172198-
CMYK00.320.220.01
HSL340.74º95.29%83.33%-
HSV(B)340.74º32.02%99.22%-
XYZ65.4554.4660.49-
YUV199.18127.34166.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=40.61%
G=27.61%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317219800.320.220.01340.7495.2983.33
HexFDACC60201611555f53
Octal375254306040261525137123
Binary111111011010110011000110010000010110110101010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACC6; }

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

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

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

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

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

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

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

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