#F1D3CB

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

Shades of Coral Candy #F1D3CB

Tints of Coral Candy #F1D3CB

Color information

#F1D3CB (or 0xF1D3CB) is unknown color: approx Coral Candy. HEX triplet: F1, D3 and CB. RGB value is (241,211,203). Sum of RGB (Red+Green+Blue) = 241+211+203=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CB is #0E2C34. Grayscale: #DBDBDB. Windows color (decimal): -928821 or 13358065. OLE color: 13358065.

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

Color convert

RGB241211203-
CMYK00.120.160.05
HSL12.63º57.58%87.06%-
HSV(B)12.63º15.77%94.51%-
XYZ70.3569.666.23-
YUV219.06118.94143.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=36.79%
G=32.21%
B=30.99%

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
Decimal24121120300.120.160.0512.6357.5887.06
HexF1D3CB0C105d3a57
Octal3613233130142051572127
Binary111100011101001111001011011001000010111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3CB; }

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

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

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

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

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

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

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

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