#FDA3CF

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

Shades of Carnation Pink #FDA3CF

Tints of Carnation Pink #FDA3CF

Color information

#FDA3CF (or 0xFDA3CF) is unknown color: approx Carnation Pink. HEX triplet: FD, A3 and CF. RGB value is (253,163,207). Sum of RGB (Red+Green+Blue) = 253+163+207=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3CF is #025C30. Grayscale: #C2C2C2. Windows color (decimal): -154673 or 13607933. OLE color: 13607933.

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

Color convert

RGB253163207-
CMYK00.360.180.01
HSL330.67º95.74%81.57%-
HSV(B)330.67º35.57%99.22%-
XYZ64.8751.5865.57-
YUV194.93134.82169.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 163 (64.06% from 255) = 26.16%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=40.61%
G=26.16%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316320700.360.180.01330.6795.7481.57
HexFDA3CF02412114b6052
Octal375243317044221513140122
Binary111111011010001111001111010010010010110100101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3CF; }

 p { color: rgb(253,163,207); }

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

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

 a { background-color: rgb(253,163,207); }

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

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

 span { border-color: rgb(253,163,207); }

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