#F3D3CE

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

Shades of Coral Candy #F3D3CE

Tints of Coral Candy #F3D3CE

Color information

#F3D3CE (or 0xF3D3CE) is unknown color: approx Coral Candy. HEX triplet: F3, D3 and CE. RGB value is (243,211,206). Sum of RGB (Red+Green+Blue) = 243+211+206=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3CE is #0C2C31. Grayscale: #DCDCDC. Windows color (decimal): -797746 or 13554675. OLE color: 13554675.

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

Color convert

RGB243211206-
CMYK00.130.150.05
HSL8.11º60.66%88.04%-
HSV(B)8.11º15.23%95.29%-
XYZ71.470.168.16-
YUV220120.1144.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=36.82%
G=31.97%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321120600.130.150.058.1160.6688.04
HexF3D3CE0DF583d58
Octal3633233160151751075130
Binary11110011110100111100111001101111110110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D3CE; }

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

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

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

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

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

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

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

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