#F7CDC8

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

Shades of Coral Candy #F7CDC8

Tints of Coral Candy #F7CDC8

Color information

#F7CDC8 (or 0xF7CDC8) is unknown color: approx Coral Candy. HEX triplet: F7, CD and C8. RGB value is (247,205,200). Sum of RGB (Red+Green+Blue) = 247+205+200=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDC8 is #083237. Grayscale: #D9D9D9. Windows color (decimal): -537144 or 13159927. OLE color: 13159927.

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

Color convert

RGB247205200-
CMYK00.170.190.03
HSL6.38º74.6%87.65%-
HSV(B)6.38º19.03%96.86%-
XYZ70.6167.6163.97-
YUV216.99118.41149.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 200 (78.52% from 255) = 30.67%
R=37.88%
G=31.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720520000.170.190.036.3874.687.65
HexF7CDC801113364b58
Octal3673153100212336113130
Binary111101111100110111001000010001100111111010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDC8; }

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

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

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

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

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

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

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

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