#F1CEC3

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

Shades of Coral Candy #F1CEC3

Tints of Coral Candy #F1CEC3

Color information

#F1CEC3 (or 0xF1CEC3) is unknown color: approx Coral Candy. HEX triplet: F1, CE and C3. RGB value is (241,206,195). Sum of RGB (Red+Green+Blue) = 241+206+195=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEC3 is #0E313C. Grayscale: #D7D7D7. Windows color (decimal): -930109 or 12832497. OLE color: 12832497.

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

Color convert

RGB241206195-
CMYK00.150.190.05
HSL14.35º62.16%85.49%-
HSV(B)14.35º19.09%94.51%-
XYZ68.266.7860.93-
YUV215.21116.6146.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 195 (76.56% from 255) = 30.37%
R=37.54%
G=32.09%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120619500.150.190.0514.3562.1685.49
HexF1CEC30F135e3e55
Octal3613163030172351676125
Binary111100011100111011000011011111001110111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEC3; }

 p { color: rgb(241,206,195); }

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

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

 a { background-color: rgb(241,206,195); }

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

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

 span { border-color: rgb(241,206,195); }

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