#F1CCC9

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

Shades of Coral Candy #F1CCC9

Tints of Coral Candy #F1CCC9

Color information

#F1CCC9 (or 0xF1CCC9) is unknown color: approx Coral Candy. HEX triplet: F1, CC and C9. RGB value is (241,204,201). Sum of RGB (Red+Green+Blue) = 241+204+201=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCC9 is #0E3336. Grayscale: #D6D6D6. Windows color (decimal): -930615 or 13225201. OLE color: 13225201.

HSL color Cylindrical-coordinate representation of color #F1CCC9: hue angle of 4.5º 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 #F1CCC9 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241204201-
CMYK00.150.170.05
HSL4.5º58.82%86.67%-
HSV(B)4.5º16.6%94.51%-
XYZ68.4166.164.41-
YUV214.72120.26146.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=37.31%
G=31.58%
B=31.11%

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
Decimal24120420100.150.170.054.558.8286.67
HexF1CCC90F11553b57
Octal361314311017215573127
Binary11110001110011001100100101111100011011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCC9; }

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

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

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

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

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

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

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

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