#FDA0C4

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

Shades of Carnation Pink #FDA0C4

Tints of Carnation Pink #FDA0C4

Color information

#FDA0C4 (or 0xFDA0C4) is unknown color: approx Carnation Pink. HEX triplet: FD, A0 and C4. RGB value is (253,160,196). Sum of RGB (Red+Green+Blue) = 253+160+196=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C4 is #025F3B. Grayscale: #BFBFBF. Windows color (decimal): -155452 or 12886269. OLE color: 12886269.

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

Color convert

RGB253160196-
CMYK00.370.230.01
HSL336.77º95.88%80.98%-
HSV(B)336.77º36.76%99.22%-
XYZ63.0450.0158.55-
YUV191.91130.31171.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=41.54%
G=26.27%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316019600.370.230.01336.7795.8880.98
HexFDA0C40251711516051
Octal375240304045271521140121
Binary111111011010000011000100010010110111110101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0C4; }

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

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

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

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

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

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

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

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