#FDA4C5

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

Shades of Carnation Pink #FDA4C5

Tints of Carnation Pink #FDA4C5

Color information

#FDA4C5 (or 0xFDA4C5) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and C5. RGB value is (253,164,197). Sum of RGB (Red+Green+Blue) = 253+164+197=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C5 is #025B3A. Grayscale: #C2C2C2. Windows color (decimal): -154427 or 12952829. OLE color: 12952829.

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

Color convert

RGB253164197-
CMYK00.350.220.01
HSL337.75º95.7%81.76%-
HSV(B)337.75º35.18%99.22%-
XYZ63.8651.4659.39-
YUV194.37129.49169.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 197 (77.34% from 255) = 32.08%
R=41.21%
G=26.71%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316419700.350.220.01337.7595.781.76
HexFDA4C50231611526052
Octal375244305043261522140122
Binary111111011010010011000101010001110110110101001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4C5; }

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

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

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

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

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

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

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

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