#F1CFCA

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

Shades of Coral Candy #F1CFCA

Tints of Coral Candy #F1CFCA

Color information

#F1CFCA (or 0xF1CFCA) is unknown color: approx Coral Candy. HEX triplet: F1, CF and CA. RGB value is (241,207,202). Sum of RGB (Red+Green+Blue) = 241+207+202=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFCA is #0E3035. Grayscale: #D8D8D8. Windows color (decimal): -929846 or 13291505. OLE color: 13291505.

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

Color convert

RGB241207202-
CMYK00.140.160.05
HSL7.69º58.21%86.86%-
HSV(B)7.69º16.18%94.51%-
XYZ69.2567.5965.27-
YUV216.6119.76145.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=37.08%
G=31.85%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120720200.140.160.057.6958.2186.86
HexF1CFCA0E10583a57
Octal3613173120162051072127
Binary111100011100111111001010011101000010110001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFCA; }

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

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

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

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

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

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

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

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