#F7D2CC

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

Shades of Coral Candy #F7D2CC

Tints of Coral Candy #F7D2CC

Color information

#F7D2CC (or 0xF7D2CC) is unknown color: approx Coral Candy. HEX triplet: F7, D2 and CC. RGB value is (247,210,204). Sum of RGB (Red+Green+Blue) = 247+210+204=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D2CC is #082D33. Grayscale: #DCDCDC. Windows color (decimal): -535860 or 13423351. OLE color: 13423351.

HSL color Cylindrical-coordinate representation of color #F7D2CC: hue angle of 8.37º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D2CC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247210204-
CMYK00.150.170.03
HSL8.37º72.88%88.43%-
HSV(B)8.37º17.41%96.86%-
XYZ72.370.2366.87-
YUV220.38118.76146.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=37.37%
G=31.77%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721020400.150.170.038.3772.8888.43
HexF7D2CC0F11384958
Octal36732231401721310111130
Binary111101111101001011001100011111000111100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D2CC; }

 p { color: rgb(247,210,204); }

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

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

 a { background-color: rgb(247,210,204); }

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

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

 span { border-color: rgb(247,210,204); }

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