#F8CFCA

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

Shades of Coral Candy #F8CFCA

Tints of Coral Candy #F8CFCA

Color information

#F8CFCA (or 0xF8CFCA) is unknown color: approx Coral Candy. HEX triplet: F8, CF and CA. RGB value is (248,207,202). Sum of RGB (Red+Green+Blue) = 248+207+202=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFCA is #073035. Grayscale: #DADADA. Windows color (decimal): -471094 or 13291512. OLE color: 13291512.

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

Color convert

RGB248207202-
CMYK00.170.190.03
HSL6.52º76.67%88.24%-
HSV(B)6.52º18.55%97.25%-
XYZ71.6868.8565.39-
YUV218.69118.58148.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=37.75%
G=31.51%
B=30.75%

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
Decimal24820720200.170.190.036.5276.6788.24
HexF8CFCA01113374d58
Octal3703173120212337115130
Binary111110001100111111001010010001100111111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFCA; }

 p { color: rgb(248,207,202); }

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

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

 a { background-color: rgb(248,207,202); }

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

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

 span { border-color: rgb(248,207,202); }

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