#F4D3CF

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

Shades of Coral Candy #F4D3CF

Tints of Coral Candy #F4D3CF

Color information

#F4D3CF (or 0xF4D3CF) is unknown color: approx Coral Candy. HEX triplet: F4, D3 and CF. RGB value is (244,211,207). Sum of RGB (Red+Green+Blue) = 244+211+207=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D3CF is #0B2C30. Grayscale: #DCDCDC. Windows color (decimal): -732209 or 13620212. OLE color: 13620212.

HSL color Cylindrical-coordinate representation of color #F4D3CF: hue angle of 6.49º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D3CF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244211207-
CMYK00.140.150.04
HSL6.49º62.71%88.43%-
HSV(B)6.49º15.16%95.69%-
XYZ71.8670.3368.82-
YUV220.41120.43144.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=36.86%
G=31.87%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421120700.140.150.046.4962.7188.43
HexF4D3CF0EF463f58
Octal364323317016174677130
Binary1111010011010011110011110111011111001101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D3CF; }

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

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

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

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

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

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

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

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