#F7D4CC

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

Shades of Coral Candy #F7D4CC

Tints of Coral Candy #F7D4CC

Color information

#F7D4CC (or 0xF7D4CC) is unknown color: approx Coral Candy. HEX triplet: F7, D4 and CC. RGB value is (247,212,204). Sum of RGB (Red+Green+Blue) = 247+212+204=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4CC is #082B33. Grayscale: #DDDDDD. Windows color (decimal): -535348 or 13423863. OLE color: 13423863.

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

Color convert

RGB247212204-
CMYK00.140.170.03
HSL11.16º72.88%88.43%-
HSV(B)11.16º17.41%96.86%-
XYZ72.871.2267.04-
YUV221.55118.1146.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=37.25%
G=31.98%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721220400.140.170.0311.1672.8888.43
HexF7D4CC0E113b4958
Octal36732431401621313111130
Binary111101111101010011001100011101000111101110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D4CC; }

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

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

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

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

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

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

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

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