#F3D5CE

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

Shades of Coral Candy #F3D5CE

Tints of Coral Candy #F3D5CE

Color information

#F3D5CE (or 0xF3D5CE) is unknown color: approx Coral Candy. HEX triplet: F3, D5 and CE. RGB value is (243,213,206). Sum of RGB (Red+Green+Blue) = 243+213+206=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CE is #0C2A31. Grayscale: #DDDDDD. Windows color (decimal): -797234 or 13555187. OLE color: 13555187.

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

Color convert

RGB243213206-
CMYK00.120.150.05
HSL11.35º60.66%88.04%-
HSV(B)11.35º15.23%95.29%-
XYZ71.971.168.33-
YUV221.17119.44143.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=36.71%
G=32.18%
B=31.12%

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
Decimal24321320600.120.150.0511.3560.6688.04
HexF3D5CE0CF5b3d58
Octal3633253160141751375130
Binary11110011110101011100111001100111110110111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5CE; }

 p { color: rgb(243,213,206); }

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

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

 a { background-color: rgb(243,213,206); }

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

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

 span { border-color: rgb(243,213,206); }

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