#FDA2CC

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

Shades of Carnation Pink #FDA2CC

Tints of Carnation Pink #FDA2CC

Color information

#FDA2CC (or 0xFDA2CC) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and CC. RGB value is (253,162,204). Sum of RGB (Red+Green+Blue) = 253+162+204=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2CC is #025D33. Grayscale: #C1C1C1. Windows color (decimal): -154932 or 13411069. OLE color: 13411069.

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

Color convert

RGB253162204-
CMYK00.360.190.01
HSL332.31º95.79%81.37%-
HSV(B)332.31º35.97%99.22%-
XYZ64.3351.0863.6-
YUV194133.65170.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=40.87%
G=26.17%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316220400.360.190.01332.3195.7981.37
HexFDA2CC02413114c6051
Octal375242314044231514140121
Binary111111011010001011001100010010010011110100110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2CC; }

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

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

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

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

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

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

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

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