#FDA9CA

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

Shades of Carnation Pink #FDA9CA

Tints of Carnation Pink #FDA9CA

Color information

#FDA9CA (or 0xFDA9CA) is unknown color: approx Carnation Pink. HEX triplet: FD, A9 and CA. RGB value is (253,169,202). Sum of RGB (Red+Green+Blue) = 253+169+202=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9CA is #025635. Grayscale: #C5C5C5. Windows color (decimal): -153142 or 13281789. OLE color: 13281789.

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

Color convert

RGB253169202-
CMYK00.330.200.01
HSL336.43º95.45%82.75%-
HSV(B)336.43º33.2%99.22%-
XYZ65.3653.5262.76-
YUV197.88130.33167.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=40.54%
G=27.08%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316920200.330.200.01336.4395.4582.75
HexFDA9CA0211411505f53
Octal375251312041241520137123
Binary111111011010100111001010010000110100110101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9CA; }

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

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

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

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

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

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

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

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