#F7D3CA

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

Shades of Coral Candy #F7D3CA

Tints of Coral Candy #F7D3CA

Color information

#F7D3CA (or 0xF7D3CA) is unknown color: approx Coral Candy. HEX triplet: F7, D3 and CA. RGB value is (247,211,202). Sum of RGB (Red+Green+Blue) = 247+211+202=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D3CA is #082C35. Grayscale: #DCDCDC. Windows color (decimal): -535606 or 13292535. OLE color: 13292535.

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

Color convert

RGB247211202-
CMYK00.150.180.03
HSL12º73.77%88.04%-
HSV(B)12º18.22%96.86%-
XYZ72.3170.6365.7-
YUV220.74117.43146.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=37.42%
G=31.97%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721120200.150.180.031273.7788.04
HexF7D3CA0F123c4a58
Octal36732331201722314112130
Binary111101111101001111001010011111001011110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3CA; }

 p { color: rgb(247,211,202); }

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

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

 a { background-color: rgb(247,211,202); }

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

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

 span { border-color: rgb(247,211,202); }

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