#F1D6D1

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

Shades of Coral Candy #F1D6D1

Tints of Coral Candy #F1D6D1

Color information

#F1D6D1 (or 0xF1D6D1) is unknown color: approx Coral Candy. HEX triplet: F1, D6 and D1. RGB value is (241,214,209). Sum of RGB (Red+Green+Blue) = 241+214+209=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6D1 is #0E292E. Grayscale: #DDDDDD. Windows color (decimal): -928047 or 13752049. OLE color: 13752049.

HSL color Cylindrical-coordinate representation of color #F1D6D1: hue angle of 9.38º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D6D1 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241214209-
CMYK00.110.130.05
HSL9.38º53.33%88.24%-
HSV(B)9.38º13.28%94.51%-
XYZ71.8371.470.32-
YUV221.5120.95141.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 214 (83.98% from 255) = 32.23%
BLUE value IS 209 (82.03% from 255) = 31.48%
R=36.30%
G=32.23%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121420900.110.130.059.3853.3388.24
HexF1D6D10BD593558
Octal3613263210131551165130
Binary11110001110101101101000101011110110110011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6D1; }

 p { color: rgb(241,214,209); }

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

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

 a { background-color: rgb(241,214,209); }

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

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

 span { border-color: rgb(241,214,209); }

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