#F3D3CF

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

Shades of Coral Candy #F3D3CF

Tints of Coral Candy #F3D3CF

Color information

#F3D3CF (or 0xF3D3CF) is unknown color: approx Coral Candy. HEX triplet: F3, D3 and CF. RGB value is (243,211,207). Sum of RGB (Red+Green+Blue) = 243+211+207=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3CF is #0C2C30. Grayscale: #DCDCDC. Windows color (decimal): -797745 or 13620211. OLE color: 13620211.

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

Color convert

RGB243211207-
CMYK00.130.150.05
HSL6.67º60%88.24%-
HSV(B)6.67º14.81%95.29%-
XYZ71.5270.1568.8-
YUV220.11120.6144.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 211 (82.81% from 255) = 31.92%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=36.76%
G=31.92%
B=31.32%

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
Decimal24321120700.130.150.056.676088.24
HexF3D3CF0DF573c58
Octal363323317015175774130
Binary1111001111010011110011110110111111011111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D3CF; }

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

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

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

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

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

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

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

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