#F1D3CA

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

Shades of Coral Candy #F1D3CA

Tints of Coral Candy #F1D3CA

Color information

#F1D3CA (or 0xF1D3CA) is unknown color: approx Coral Candy. HEX triplet: F1, D3 and CA. RGB value is (241,211,202). Sum of RGB (Red+Green+Blue) = 241+211+202=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CA is #0E2C35. Grayscale: #DBDBDB. Windows color (decimal): -928822 or 13292529. OLE color: 13292529.

HSL color Cylindrical-coordinate representation of color #F1D3CA: hue angle of 13.85º 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 #F1D3CA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241211202-
CMYK00.120.160.05
HSL13.85º58.21%86.86%-
HSV(B)13.85º16.18%94.51%-
XYZ70.2369.5565.6-
YUV218.94118.44143.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=36.85%
G=32.26%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121120200.120.160.0513.8558.2186.86
HexF1D3CA0C105e3a57
Octal3613233120142051672127
Binary111100011101001111001010011001000010111101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3CA; }

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

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

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

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

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

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

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

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