#F7CDCC

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

Shades of Coral Candy #F7CDCC

Tints of Coral Candy #F7CDCC

Color information

#F7CDCC (or 0xF7CDCC) is unknown color: approx Coral Candy. HEX triplet: F7, CD and CC. RGB value is (247,205,204). Sum of RGB (Red+Green+Blue) = 247+205+204=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDCC is #083233. Grayscale: #D9D9D9. Windows color (decimal): -537140 or 13422071. OLE color: 13422071.

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

Color convert

RGB247205204-
CMYK00.170.170.03
HSL1.4º72.88%88.43%-
HSV(B)1.4º17.41%96.86%-
XYZ71.0967.866.47-
YUV217.44120.41149.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.65%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=37.65%
G=31.25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720520400.170.170.031.472.8888.43
HexF7CDCC01111314958
Octal3673153140212131111130
Binary1111011111001101110011000100011000111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDCC; }

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

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

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

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

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

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

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

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