#FDA4C4

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

Shades of Carnation Pink #FDA4C4

Tints of Carnation Pink #FDA4C4

Color information

#FDA4C4 (or 0xFDA4C4) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and C4. RGB value is (253,164,196). Sum of RGB (Red+Green+Blue) = 253+164+196=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C4 is #025B3B. Grayscale: #C2C2C2. Windows color (decimal): -154428 or 12887293. OLE color: 12887293.

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

Color convert

RGB253164196-
CMYK00.350.230.01
HSL338.43º95.7%81.76%-
HSV(B)338.43º35.18%99.22%-
XYZ63.7551.4258.79-
YUV194.26128.99169.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=41.27%
G=26.75%
B=31.97%

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
Decimal25316419600.350.230.01338.4395.781.76
HexFDA4C40231711526052
Octal375244304043271522140122
Binary111111011010010011000100010001110111110101001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4C4; }

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

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

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

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

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

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

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

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