#F1D6CF

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

Shades of Coral Candy #F1D6CF

Tints of Coral Candy #F1D6CF

Color information

#F1D6CF (or 0xF1D6CF) is unknown color: approx Coral Candy. HEX triplet: F1, D6 and CF. RGB value is (241,214,207). Sum of RGB (Red+Green+Blue) = 241+214+207=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6CF is #0E2930. Grayscale: #DDDDDD. Windows color (decimal): -928049 or 13620977. OLE color: 13620977.

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

Color convert

RGB241214207-
CMYK00.110.140.05
HSL12.35º54.84%87.84%-
HSV(B)12.35º14.11%94.51%-
XYZ71.5871.369.02-
YUV221.28119.95142.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=36.40%
G=32.33%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121420700.110.140.0512.3554.8487.84
HexF1D6CF0BE5c3758
Octal3613263170131651467130
Binary11110001110101101100111101011111010111001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6CF; }

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

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

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

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

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

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

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

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