#FAD1C6

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

Shades of Coral Candy #FAD1C6

Tints of Coral Candy #FAD1C6

Color information

#FAD1C6 (or 0xFAD1C6) is unknown color: approx Coral Candy. HEX triplet: FA, D1 and C6. RGB value is (250,209,198). Sum of RGB (Red+Green+Blue) = 250+209+198=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1C6 is #052E39. Grayscale: #DCDCDC. Windows color (decimal): -339514 or 13029882. OLE color: 13029882.

HSL color Cylindrical-coordinate representation of color #FAD1C6: hue angle of 12.69º 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 #FAD1C6 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250209198-
CMYK00.160.210.02
HSL12.69º83.87%87.84%-
HSV(B)12.69º20.8%98.04%-
XYZ72.427063.12-
YUV220115.58149.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 198 (77.73% from 255) = 30.14%
R=38.05%
G=31.81%
B=30.14%

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
Decimal25020919800.160.210.0212.6983.8787.84
HexFAD1C6010152d5458
Octal37232130602025215124130
Binary1111101011010001110001100100001010110110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1C6; }

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

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

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

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

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

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

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

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