#F2CAC8

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

Shades of Coral Candy #F2CAC8

Tints of Coral Candy #F2CAC8

Color information

#F2CAC8 (or 0xF2CAC8) is unknown color: approx Coral Candy. HEX triplet: F2, CA and C8. RGB value is (242,202,200). Sum of RGB (Red+Green+Blue) = 242+202+200=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC8 is #0D3537. Grayscale: #D5D5D5. Windows color (decimal): -865592 or 13159154. OLE color: 13159154.

HSL color Cylindrical-coordinate representation of color #F2CAC8: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAC8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242202200-
CMYK00.170.170.05
HSL2.86º61.76%86.67%-
HSV(B)2.86º17.36%94.9%-
XYZ68.1665.2963.65-
YUV213.73120.25148.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=37.58%
G=31.37%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220220000.170.170.052.8661.7686.67
HexF2CAC801111533e57
Octal362312310021215376127
Binary11110010110010101100100001000110001101111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAC8; }

 p { color: rgb(242,202,200); }

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

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

 a { background-color: rgb(242,202,200); }

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

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

 span { border-color: rgb(242,202,200); }

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