#F7CDC1

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

Shades of Coral Candy #F7CDC1

Tints of Coral Candy #F7CDC1

Color information

#F7CDC1 (or 0xF7CDC1) is unknown color: approx Coral Candy. HEX triplet: F7, CD and C1. RGB value is (247,205,193). Sum of RGB (Red+Green+Blue) = 247+205+193=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDC1 is #08323E. Grayscale: #D8D8D8. Windows color (decimal): -537151 or 12701175. OLE color: 12701175.

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

Color convert

RGB247205193-
CMYK00.170.220.03
HSL13.33º77.14%86.27%-
HSV(B)13.33º21.86%96.86%-
XYZ69.8167.2959.76-
YUV216.19114.91149.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=38.29%
G=31.78%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720519300.170.220.0313.3377.1486.27
HexF7CDC1011163d4d56
Octal36731530102126315115126
Binary1111011111001101110000010100011011011110110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDC1; }

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

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

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

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

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

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

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

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