#F3D1CC

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

Shades of Coral Candy #F3D1CC

Tints of Coral Candy #F3D1CC

Color information

#F3D1CC (or 0xF3D1CC) is unknown color: approx Coral Candy. HEX triplet: F3, D1 and CC. RGB value is (243,209,204). Sum of RGB (Red+Green+Blue) = 243+209+204=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1CC is #0C2E33. Grayscale: #DADADA. Windows color (decimal): -798260 or 13423091. OLE color: 13423091.

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

Color convert

RGB243209204-
CMYK00.140.160.05
HSL7.69º61.9%87.65%-
HSV(B)7.69º16.05%95.29%-
XYZ70.6669.0266.72-
YUV218.6119.76145.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 209 (82.03% from 255) = 31.86%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=37.04%
G=31.86%
B=31.10%

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
Decimal24320920400.140.160.057.6961.987.65
HexF3D1CC0E10583e58
Octal3633213140162051076130
Binary111100111101000111001100011101000010110001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D1CC; }

 p { color: rgb(243,209,204); }

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

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

 a { background-color: rgb(243,209,204); }

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

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

 span { border-color: rgb(243,209,204); }

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