#F1CDC9

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

Shades of Coral Candy #F1CDC9

Tints of Coral Candy #F1CDC9

Color information

#F1CDC9 (or 0xF1CDC9) is unknown color: approx Coral Candy. HEX triplet: F1, CD and C9. RGB value is (241,205,201). Sum of RGB (Red+Green+Blue) = 241+205+201=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDC9 is #0E3236. Grayscale: #D7D7D7. Windows color (decimal): -930359 or 13225457. OLE color: 13225457.

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

Color convert

RGB241205201-
CMYK00.150.170.05
HSL58.82%86.67%-
HSV(B)16.6%94.51%-
XYZ68.6566.5864.49-
YUV215.31119.93146.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 201 (78.91% from 255) = 31.07%
R=37.25%
G=31.68%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120520100.150.170.05658.8286.67
HexF1CDC90F11563b57
Octal361315311017215673127
Binary11110001110011011100100101111100011011101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDC9; }

 p { color: rgb(241,205,201); }

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

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

 a { background-color: rgb(241,205,201); }

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

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

 span { border-color: rgb(241,205,201); }

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