#F7CFCD

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

Shades of Coral Candy #F7CFCD

Tints of Coral Candy #F7CFCD

Color information

#F7CFCD (or 0xF7CFCD) is unknown color: approx Coral Candy. HEX triplet: F7, CF and CD. RGB value is (247,207,205). Sum of RGB (Red+Green+Blue) = 247+207+205=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFCD is #083032. Grayscale: #DADADA. Windows color (decimal): -536627 or 13488119. OLE color: 13488119.

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

Color convert

RGB247207205-
CMYK00.160.170.03
HSL2.86º72.41%88.63%-
HSV(B)2.86º17%96.86%-
XYZ71.6968.8167.26-
YUV218.73120.25148.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.48%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=37.48%
G=31.41%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720720500.160.170.032.8672.4188.63
HexF7CFCD01011334859
Octal3673173150202133110131
Binary11110111110011111100110101000010001111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFCD; }

 p { color: rgb(247,207,205); }

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

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

 a { background-color: rgb(247,207,205); }

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

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

 span { border-color: rgb(247,207,205); }

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