#FDA2C2

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

Shades of Carnation Pink #FDA2C2

Tints of Carnation Pink #FDA2C2

Color information

#FDA2C2 (or 0xFDA2C2) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and C2. RGB value is (253,162,194). Sum of RGB (Red+Green+Blue) = 253+162+194=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C2 is #025D3D. Grayscale: #C0C0C0. Windows color (decimal): -154942 or 12755709. OLE color: 12755709.

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

Color convert

RGB253162194-
CMYK00.360.230.01
HSL338.9º95.79%81.37%-
HSV(B)338.9º35.97%99.22%-
XYZ63.1750.6257.48-
YUV192.86128.65170.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 162 (63.67% from 255) = 26.60%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=41.54%
G=26.60%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316219400.360.230.01338.995.7981.37
HexFDA2C20241711536051
Octal375242302044271523140121
Binary111111011010001011000010010010010111110101001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2C2; }

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

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

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

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

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

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

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

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