#F7CFCC

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

Shades of Coral Candy #F7CFCC

Tints of Coral Candy #F7CFCC

Color information

#F7CFCC (or 0xF7CFCC) is unknown color: approx Coral Candy. HEX triplet: F7, CF and CC. RGB value is (247,207,204). Sum of RGB (Red+Green+Blue) = 247+207+204=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFCC is #083033. Grayscale: #DADADA. Windows color (decimal): -536628 or 13422583. OLE color: 13422583.

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

Color convert

RGB247207204-
CMYK00.160.170.03
HSL4.19º72.88%88.43%-
HSV(B)4.19º17.41%96.86%-
XYZ71.5768.7666.63-
YUV218.62119.75148.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=37.54%
G=31.46%
B=31.00%

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
Decimal24720720400.160.170.034.1972.8888.43
HexF7CFCC01011344958
Octal3673173140202134111130
Binary111101111100111111001100010000100011110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFCC; }

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

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

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

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

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

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

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

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