#F1D1CB

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

Shades of Coral Candy #F1D1CB

Tints of Coral Candy #F1D1CB

Color information

#F1D1CB (or 0xF1D1CB) is unknown color: approx Coral Candy. HEX triplet: F1, D1 and CB. RGB value is (241,209,203). Sum of RGB (Red+Green+Blue) = 241+209+203=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1CB is #0E2E34. Grayscale: #D9D9D9. Windows color (decimal): -929333 or 13357553. OLE color: 13357553.

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

Color convert

RGB241209203-
CMYK00.130.160.05
HSL9.47º57.58%87.06%-
HSV(B)9.47º15.77%94.51%-
XYZ69.8668.6166.06-
YUV217.88119.6144.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=36.91%
G=32.01%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120920300.130.160.059.4757.5887.06
HexF1D1CB0D10593a57
Octal3613213130152051172127
Binary111100011101000111001011011011000010110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D1CB; }

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

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

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

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

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

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

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

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