#FDA9C6

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

Shades of Carnation Pink #FDA9C6

Tints of Carnation Pink #FDA9C6

Color information

#FDA9C6 (or 0xFDA9C6) is unknown color: approx Carnation Pink. HEX triplet: FD, A9 and C6. RGB value is (253,169,198). Sum of RGB (Red+Green+Blue) = 253+169+198=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9C6 is #025639. Grayscale: #C5C5C5. Windows color (decimal): -153146 or 13019645. OLE color: 13019645.

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

Color convert

RGB253169198-
CMYK00.330.220.01
HSL339.29º95.45%82.75%-
HSV(B)339.29º33.2%99.22%-
XYZ64.8953.3460.3-
YUV197.42128.33167.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=40.81%
G=27.26%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316919800.330.220.01339.2995.4582.75
HexFDA9C60211611535f53
Octal375251306041261523137123
Binary111111011010100111000110010000110110110101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9C6; }

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

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

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

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

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

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

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

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