#FDA4C3

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

Shades of Carnation Pink #FDA4C3

Tints of Carnation Pink #FDA4C3

Color information

#FDA4C3 (or 0xFDA4C3) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and C3. RGB value is (253,164,195). Sum of RGB (Red+Green+Blue) = 253+164+195=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C3 is #025B3C. Grayscale: #C2C2C2. Windows color (decimal): -154429 or 12821757. OLE color: 12821757.

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

Color convert

RGB253164195-
CMYK00.350.230.01
HSL339.1º95.7%81.76%-
HSV(B)339.1º35.18%99.22%-
XYZ63.6351.3758.19-
YUV194.14128.49169.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=41.34%
G=26.80%
B=31.86%

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
Decimal25316419500.350.230.01339.195.781.76
HexFDA4C30231711536052
Octal375244303043271523140122
Binary111111011010010011000011010001110111110101001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4C3; }

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

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

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

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

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

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

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

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