#F1D4CA

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

Shades of Coral Candy #F1D4CA

Tints of Coral Candy #F1D4CA

Color information

#F1D4CA (or 0xF1D4CA) is unknown color: approx Coral Candy. HEX triplet: F1, D4 and CA. RGB value is (241,212,202). Sum of RGB (Red+Green+Blue) = 241+212+202=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4CA is #0E2B35. Grayscale: #DBDBDB. Windows color (decimal): -928566 or 13292785. OLE color: 13292785.

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

Color convert

RGB241212202-
CMYK00.120.160.05
HSL15.38º58.21%86.86%-
HSV(B)15.38º16.18%94.51%-
XYZ70.4870.0565.68-
YUV219.53118.11143.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=36.79%
G=32.37%
B=30.84%

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
Decimal24121220200.120.160.0515.3858.2186.86
HexF1D4CA0C105f3a57
Octal3613243120142051772127
Binary111100011101010011001010011001000010111111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4CA; }

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

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

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

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

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

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

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

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