#F1D2CD

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

Shades of Coral Candy #F1D2CD

Tints of Coral Candy #F1D2CD

Color information

#F1D2CD (or 0xF1D2CD) is unknown color: approx Coral Candy. HEX triplet: F1, D2 and CD. RGB value is (241,210,205). Sum of RGB (Red+Green+Blue) = 241+210+205=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2CD is #0E2D32. Grayscale: #DADADA. Windows color (decimal): -929075 or 13488881. OLE color: 13488881.

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

Color convert

RGB241210205-
CMYK00.130.150.05
HSL8.33º56.25%87.45%-
HSV(B)8.33º14.94%94.51%-
XYZ70.3469.267.41-
YUV218.7120.27143.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=36.74%
G=32.01%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121020500.130.150.058.3356.2587.45
HexF1D2CD0DF583857
Octal3613223150151751070127
Binary11110001110100101100110101101111110110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2CD; }

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

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

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

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

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

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

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

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