#FDA9C1

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

Shades of Carnation Pink #FDA9C1

Tints of Carnation Pink #FDA9C1

Color information

#FDA9C1 (or 0xFDA9C1) is unknown color: approx Carnation Pink. HEX triplet: FD, A9 and C1. RGB value is (253,169,193). Sum of RGB (Red+Green+Blue) = 253+169+193=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9C1 is #02563E. Grayscale: #C4C4C4. Windows color (decimal): -153151 or 12691965. OLE color: 12691965.

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

Color convert

RGB253169193-
CMYK00.330.240.01
HSL342.86º95.45%82.75%-
HSV(B)342.86º33.2%99.22%-
XYZ64.3253.1157.31-
YUV196.85125.83168.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=41.14%
G=27.48%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316919300.330.240.01342.8695.4582.75
HexFDA9C10211811575f53
Octal375251301041301527137123
Binary111111011010100111000001010000111000110101011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9C1; }

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

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

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

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

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

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

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

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