#F1CDC6

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

Shades of Coral Candy #F1CDC6

Tints of Coral Candy #F1CDC6

Color information

#F1CDC6 (or 0xF1CDC6) is unknown color: approx Coral Candy. HEX triplet: F1, CD and C6. RGB value is (241,205,198). Sum of RGB (Red+Green+Blue) = 241+205+198=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDC6 is #0E3239. Grayscale: #D7D7D7. Windows color (decimal): -930362 or 13028849. OLE color: 13028849.

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

Color convert

RGB241205198-
CMYK00.150.180.05
HSL9.77º60.56%86.08%-
HSV(B)9.77º17.84%94.51%-
XYZ68.366.4462.65-
YUV214.97118.43146.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 198 (77.73% from 255) = 30.75%
R=37.42%
G=31.83%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120519800.150.180.059.7760.5686.08
HexF1CDC60F125a3d56
Octal3613153060172251275126
Binary111100011100110111000110011111001010110101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDC6; }

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

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

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

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

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

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

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

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