#F2CAC0

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

Shades of Coral Candy #F2CAC0

Tints of Coral Candy #F2CAC0

Color information

#F2CAC0 (or 0xF2CAC0) is unknown color: approx Coral Candy. HEX triplet: F2, CA and C0. RGB value is (242,202,192). Sum of RGB (Red+Green+Blue) = 242+202+192=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC0 is #0D353F. Grayscale: #D4D4D4. Windows color (decimal): -865600 or 12634866. OLE color: 12634866.

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

Color convert

RGB242202192-
CMYK00.170.210.05
HSL12º65.79%85.1%-
HSV(B)12º20.66%94.9%-
XYZ67.2564.9258.86-
YUV212.82116.25148.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=38.05%
G=31.76%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220219200.170.210.051265.7985.1
HexF2CAC0011155c4255
Octal36231230002125514102125
Binary11110010110010101100000001000110101101110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAC0; }

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

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

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

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

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

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

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

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