#F3D6CF

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

Shades of Coral Candy #F3D6CF

Tints of Coral Candy #F3D6CF

Color information

#F3D6CF (or 0xF3D6CF) is unknown color: approx Coral Candy. HEX triplet: F3, D6 and CF. RGB value is (243,214,207). Sum of RGB (Red+Green+Blue) = 243+214+207=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6CF is #0C2930. Grayscale: #DDDDDD. Windows color (decimal): -796977 or 13620979. OLE color: 13620979.

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

Color convert

RGB243214207-
CMYK00.120.150.05
HSL11.67º60%88.24%-
HSV(B)11.67º14.81%95.29%-
XYZ72.2771.6569.05-
YUV221.87119.61143.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.60%
GREEN value IS 214 (83.98% from 255) = 32.23%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=36.60%
G=32.23%
B=31.17%

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
Decimal24321420700.120.150.0511.676088.24
HexF3D6CF0CF5c3c58
Octal3633263170141751474130
Binary11110011110101101100111101100111110111001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6CF; }

 p { color: rgb(243,214,207); }

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

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

 a { background-color: rgb(243,214,207); }

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

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

 span { border-color: rgb(243,214,207); }

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