#F1CDCA

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

Shades of Coral Candy #F1CDCA

Tints of Coral Candy #F1CDCA

Color information

#F1CDCA (or 0xF1CDCA) is unknown color: approx Coral Candy. HEX triplet: F1, CD and CA. RGB value is (241,205,202). Sum of RGB (Red+Green+Blue) = 241+205+202=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDCA is #0E3235. Grayscale: #D7D7D7. Windows color (decimal): -930358 or 13290993. OLE color: 13290993.

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

Color convert

RGB241205202-
CMYK00.150.160.05
HSL4.62º58.21%86.86%-
HSV(B)4.62º16.18%94.51%-
XYZ68.7766.6365.11-
YUV215.42120.43146.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=37.19%
G=31.64%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120520200.150.160.054.6258.2186.86
HexF1CDCA0F10553a57
Octal361315312017205572127
Binary11110001110011011100101001111100001011011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDCA; }

 p { color: rgb(241,205,202); }

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

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

 a { background-color: rgb(241,205,202); }

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

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

 span { border-color: rgb(241,205,202); }

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