#F8C7C4

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

Shades of Coral Candy #F8C7C4

Tints of Coral Candy #F8C7C4

Color information

#F8C7C4 (or 0xF8C7C4) is unknown color: approx Coral Candy. HEX triplet: F8, C7 and C4. RGB value is (248,199,196). Sum of RGB (Red+Green+Blue) = 248+199+196=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7C4 is #07383B. Grayscale: #D5D5D5. Windows color (decimal): -473148 or 12896248. OLE color: 12896248.

HSL color Cylindrical-coordinate representation of color #F8C7C4: hue angle of 3.46º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C7C4 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248199196-
CMYK00.200.210.03
HSL3.46º78.79%87.06%-
HSV(B)3.46º20.97%97.25%-
XYZ69.164.7961.09-
YUV213.31118.23152.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 196 (76.95% from 255) = 30.48%
R=38.57%
G=30.95%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819919600.200.210.033.4678.7987.06
HexF8C7C401415334f57
Octal3703073040242533117127
Binary11111000110001111100010001010010101111110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7C4; }

 p { color: rgb(248,199,196); }

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

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

 a { background-color: rgb(248,199,196); }

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

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

 span { border-color: rgb(248,199,196); }

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