#F7D0C3

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

Shades of Coral Candy #F7D0C3

Tints of Coral Candy #F7D0C3

Color information

#F7D0C3 (or 0xF7D0C3) is unknown color: approx Coral Candy. HEX triplet: F7, D0 and C3. RGB value is (247,208,195). Sum of RGB (Red+Green+Blue) = 247+208+195=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0C3 is #082F3C. Grayscale: #DADADA. Windows color (decimal): -536381 or 12833015. OLE color: 12833015.

HSL color Cylindrical-coordinate representation of color #F7D0C3: hue angle of 15º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7D0C3 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247208195-
CMYK00.160.210.03
HSL15º76.47%86.67%-
HSV(B)15º21.05%96.86%-
XYZ70.7668.8361.18-
YUV218.18114.92148.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 195 (76.56% from 255) = 30%
R=38%
G=32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720819500.160.210.031576.4786.67
HexF7D0C3010153f4c57
Octal36732030302025317114127
Binary1111011111010000110000110100001010111111110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D0C3; }

 p { color: rgb(247,208,195); }

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

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

 a { background-color: rgb(247,208,195); }

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

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

 span { border-color: rgb(247,208,195); }

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