#F2CDC9

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

Shades of Coral Candy #F2CDC9

Tints of Coral Candy #F2CDC9

Color information

#F2CDC9 (or 0xF2CDC9) is unknown color: approx Coral Candy. HEX triplet: F2, CD and C9. RGB value is (242,205,201). Sum of RGB (Red+Green+Blue) = 242+205+201=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDC9 is #0D3236. Grayscale: #D7D7D7. Windows color (decimal): -864823 or 13225458. OLE color: 13225458.

HSL color Cylindrical-coordinate representation of color #F2CDC9: hue angle of 5.85º degrees, saturation: 0.61, 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 #F2CDC9 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242205201-
CMYK00.150.170.05
HSL5.85º61.19%86.86%-
HSV(B)5.85º16.94%94.9%-
XYZ68.9966.7664.51-
YUV215.61119.76146.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 201 (78.91% from 255) = 31.02%
R=37.35%
G=31.64%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220520100.150.170.055.8561.1986.86
HexF2CDC90F11563d57
Octal362315311017215675127
Binary11110010110011011100100101111100011011101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDC9; }

 p { color: rgb(242,205,201); }

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

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

 a { background-color: rgb(242,205,201); }

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

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

 span { border-color: rgb(242,205,201); }

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