#F3D2CD

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

Shades of Coral Candy #F3D2CD

Tints of Coral Candy #F3D2CD

Color information

#F3D2CD (or 0xF3D2CD) is unknown color: approx Coral Candy. HEX triplet: F3, D2 and CD. RGB value is (243,210,205). Sum of RGB (Red+Green+Blue) = 243+210+205=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2CD is #0C2D32. Grayscale: #DBDBDB. Windows color (decimal): -798003 or 13488883. OLE color: 13488883.

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

Color convert

RGB243210205-
CMYK00.140.160.05
HSL7.89º61.29%87.84%-
HSV(B)7.89º15.64%95.29%-
XYZ71.0369.5667.44-
YUV219.3119.93144.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=36.93%
G=31.91%
B=31.16%

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
Decimal24321020500.140.160.057.8961.2987.84
HexF3D2CD0E10583d58
Octal3633223150162051075130
Binary111100111101001011001101011101000010110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2CD; }

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

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

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

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

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

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

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

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