#F1CDC3

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

Shades of Coral Candy #F1CDC3

Tints of Coral Candy #F1CDC3

Color information

#F1CDC3 (or 0xF1CDC3) is unknown color: approx Coral Candy. HEX triplet: F1, CD and C3. RGB value is (241,205,195). Sum of RGB (Red+Green+Blue) = 241+205+195=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDC3 is #0E323C. Grayscale: #D6D6D6. Windows color (decimal): -930365 or 12832241. OLE color: 12832241.

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

Color convert

RGB241205195-
CMYK00.150.190.05
HSL13.04º62.16%85.49%-
HSV(B)13.04º19.09%94.51%-
XYZ67.9666.360.85-
YUV214.62116.93146.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 195 (76.56% from 255) = 30.42%
R=37.60%
G=31.98%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120519500.150.190.0513.0462.1685.49
HexF1CDC30F135d3e55
Octal3613153030172351576125
Binary111100011100110111000011011111001110111011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDC3; }

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

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

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

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

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

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

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

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