#FDA2B9

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

Shades of Carnation Pink #FDA2B9

Tints of Carnation Pink #FDA2B9

Color information

#FDA2B9 (or 0xFDA2B9) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and B9. RGB value is (253,162,185). Sum of RGB (Red+Green+Blue) = 253+162+185=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2B9 is #025D46. Grayscale: #BFBFBF. Windows color (decimal): -154951 or 12165885. OLE color: 12165885.

HSL color Cylindrical-coordinate representation of color #FDA2B9: hue angle of 344.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2B9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253162185-
CMYK00.360.270.01
HSL344.84º95.79%81.37%-
HSV(B)344.84º35.97%99.22%-
XYZ62.1950.2352.32-
YUV191.83124.15171.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=42.17%
G=27%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316218500.360.270.01344.8495.7981.37
HexFDA2B90241B11596051
Octal375242271044331531140121
Binary111111011010001010111001010010011011110101100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2B9; }

 p { color: rgb(253,162,185); }

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

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

 a { background-color: rgb(253,162,185); }

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

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

 span { border-color: rgb(253,162,185); }

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