#FDA4C2

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

Shades of Carnation Pink #FDA4C2

Tints of Carnation Pink #FDA4C2

Color information

#FDA4C2 (or 0xFDA4C2) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and C2. RGB value is (253,164,194). Sum of RGB (Red+Green+Blue) = 253+164+194=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C2 is #025B3D. Grayscale: #C1C1C1. Windows color (decimal): -154430 or 12756221. OLE color: 12756221.

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

Color convert

RGB253164194-
CMYK00.350.230.01
HSL339.78º95.7%81.76%-
HSV(B)339.78º35.18%99.22%-
XYZ63.5251.3357.6-
YUV194.03127.99170.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=41.41%
G=26.84%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316419400.350.230.01339.7895.781.76
HexFDA4C20231711546052
Octal375244302043271524140122
Binary111111011010010011000010010001110111110101010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4C2; }

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

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

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

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

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

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

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

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