#F1D3CE

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

Shades of Coral Candy #F1D3CE

Tints of Coral Candy #F1D3CE

Color information

#F1D3CE (or 0xF1D3CE) is unknown color: approx Coral Candy. HEX triplet: F1, D3 and CE. RGB value is (241,211,206). Sum of RGB (Red+Green+Blue) = 241+211+206=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CE is #0E2C31. Grayscale: #DBDBDB. Windows color (decimal): -928818 or 13554673. OLE color: 13554673.

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

Color convert

RGB241211206-
CMYK00.120.150.05
HSL8.57º55.56%87.65%-
HSV(B)8.57º14.52%94.51%-
XYZ70.7169.7568.13-
YUV219.4120.44143.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=36.63%
G=32.07%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121120600.120.150.058.5755.5687.65
HexF1D3CE0CF593858
Octal3613233160141751170130
Binary11110001110100111100111001100111110110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3CE; }

 p { color: rgb(241,211,206); }

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

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

 a { background-color: rgb(241,211,206); }

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

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

 span { border-color: rgb(241,211,206); }

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