#F3D4CD

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

Shades of Coral Candy #F3D4CD

Tints of Coral Candy #F3D4CD

Color information

#F3D4CD (or 0xF3D4CD) is unknown color: approx Coral Candy. HEX triplet: F3, D4 and CD. RGB value is (243,212,205). Sum of RGB (Red+Green+Blue) = 243+212+205=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4CD is #0C2B32. Grayscale: #DCDCDC. Windows color (decimal): -797491 or 13489395. OLE color: 13489395.

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

Color convert

RGB243212205-
CMYK00.130.160.05
HSL11.05º61.29%87.84%-
HSV(B)11.05º15.64%95.29%-
XYZ71.5370.5567.61-
YUV220.47119.27144.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=36.82%
G=32.12%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321220500.130.160.0511.0561.2987.84
HexF3D4CD0D105b3d58
Octal3633243150152051375130
Binary111100111101010011001101011011000010110111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4CD; }

 p { color: rgb(243,212,205); }

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

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

 a { background-color: rgb(243,212,205); }

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

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

 span { border-color: rgb(243,212,205); }

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