#F1D3CF

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

Shades of Coral Candy #F1D3CF

Tints of Coral Candy #F1D3CF

Color information

#F1D3CF (or 0xF1D3CF) is unknown color: approx Coral Candy. HEX triplet: F1, D3 and CF. RGB value is (241,211,207). Sum of RGB (Red+Green+Blue) = 241+211+207=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CF is #0E2C30. Grayscale: #DBDBDB. Windows color (decimal): -928817 or 13620209. OLE color: 13620209.

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

Color convert

RGB241211207-
CMYK00.120.140.05
HSL7.06º54.84%87.84%-
HSV(B)7.06º14.11%94.51%-
XYZ70.8369.7968.77-
YUV219.51120.94143.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=36.57%
G=32.02%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121120700.120.140.057.0654.8487.84
HexF1D3CF0CE573758
Octal361323317014165767130
Binary1111000111010011110011110110011101011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3CF; }

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

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

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

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

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

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

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

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