#F1D4CE

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

Shades of Coral Candy #F1D4CE

Tints of Coral Candy #F1D4CE

Color information

#F1D4CE (or 0xF1D4CE) is unknown color: approx Coral Candy. HEX triplet: F1, D4 and CE. RGB value is (241,212,206). Sum of RGB (Red+Green+Blue) = 241+212+206=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4CE is #0E2B31. Grayscale: #DCDCDC. Windows color (decimal): -928562 or 13554929. OLE color: 13554929.

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

Color convert

RGB241212206-
CMYK00.120.150.05
HSL10.29º55.56%87.65%-
HSV(B)10.29º14.52%94.51%-
XYZ70.9670.2468.21-
YUV219.99120.11142.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=36.57%
G=32.17%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121220600.120.150.0510.2955.5687.65
HexF1D4CE0CF5a3858
Octal3613243160141751270130
Binary11110001110101001100111001100111110110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4CE; }

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

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

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

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

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

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

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

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