#F1D5CD

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

Shades of Coral Candy #F1D5CD

Tints of Coral Candy #F1D5CD

Color information

#F1D5CD (or 0xF1D5CD) is unknown color: approx Coral Candy. HEX triplet: F1, D5 and CD. RGB value is (241,213,205). Sum of RGB (Red+Green+Blue) = 241+213+205=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5CD is #0E2A32. Grayscale: #DCDCDC. Windows color (decimal): -928307 or 13489649. OLE color: 13489649.

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

Color convert

RGB241213205-
CMYK00.120.150.05
HSL13.33º56.25%87.45%-
HSV(B)13.33º14.94%94.51%-
XYZ71.0970.767.66-
YUV220.46119.28142.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=36.57%
G=32.32%
B=31.11%

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
Decimal24121320500.120.150.0513.3356.2587.45
HexF1D5CD0CF5d3857
Octal3613253150141751570127
Binary11110001110101011100110101100111110111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5CD; }

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

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

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

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

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

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

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

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