#FDA4CC

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

Shades of Carnation Pink #FDA4CC

Tints of Carnation Pink #FDA4CC

Color information

#FDA4CC (or 0xFDA4CC) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and CC. RGB value is (253,164,204). Sum of RGB (Red+Green+Blue) = 253+164+204=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4CC is #025B33. Grayscale: #C3C3C3. Windows color (decimal): -154420 or 13411581. OLE color: 13411581.

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

Color convert

RGB253164204-
CMYK00.350.190.01
HSL333.03º95.7%81.76%-
HSV(B)333.03º35.18%99.22%-
XYZ64.6851.7963.71-
YUV195.17132.99169.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=40.74%
G=26.41%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316420400.350.190.01333.0395.781.76
HexFDA4CC02313114d6052
Octal375244314043231515140122
Binary111111011010010011001100010001110011110100110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4CC; }

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

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

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

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

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

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

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

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