#FDA9C9

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

Shades of Carnation Pink #FDA9C9

Tints of Carnation Pink #FDA9C9

Color information

#FDA9C9 (or 0xFDA9C9) is unknown color: approx Carnation Pink. HEX triplet: FD, A9 and C9. RGB value is (253,169,201). Sum of RGB (Red+Green+Blue) = 253+169+201=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9C9 is #025636. Grayscale: #C5C5C5. Windows color (decimal): -153143 or 13216253. OLE color: 13216253.

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

Color convert

RGB253169201-
CMYK00.330.210.01
HSL337.14º95.45%82.75%-
HSV(B)337.14º33.2%99.22%-
XYZ65.2453.4862.14-
YUV197.76129.83167.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=40.61%
G=27.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316920100.330.210.01337.1495.4582.75
HexFDA9C90211511515f53
Octal375251311041251521137123
Binary111111011010100111001001010000110101110101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9C9; }

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

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

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

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

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

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

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

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