#FAD1C5

Color #FAD1C5 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FAD1C5

Tints of Coral Candy #FAD1C5

Color information

#FAD1C5 (or 0xFAD1C5) is unknown color: approx Coral Candy. HEX triplet: FA, D1 and C5. RGB value is (250,209,197). Sum of RGB (Red+Green+Blue) = 250+209+197=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1C5 is #052E3A. Grayscale: #DBDBDB. Windows color (decimal): -339515 or 12964346. OLE color: 12964346.

HSL color Cylindrical-coordinate representation of color #FAD1C5: hue angle of 13.58º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD1C5 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250209197-
CMYK00.160.210.02
HSL13.58º84.13%87.65%-
HSV(B)13.58º21.2%98.04%-
XYZ72.369.9662.52-
YUV219.89115.08149.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 209 (82.03% from 255) = 31.86%
BLUE value IS 197 (77.34% from 255) = 30.03%
R=38.11%
G=31.86%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020919700.160.210.0213.5884.1387.65
HexFAD1C5010152e5458
Octal37232130502025216124130
Binary1111101011010001110001010100001010110111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1C5; }

 p { color: rgb(250,209,197); }

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

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

 a { background-color: rgb(250,209,197); }

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

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

 span { border-color: rgb(250,209,197); }

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