#F3D5CF

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

Shades of Coral Candy #F3D5CF

Tints of Coral Candy #F3D5CF

Color information

#F3D5CF (or 0xF3D5CF) is unknown color: approx Coral Candy. HEX triplet: F3, D5 and CF. RGB value is (243,213,207). Sum of RGB (Red+Green+Blue) = 243+213+207=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CF is #0C2A30. Grayscale: #DDDDDD. Windows color (decimal): -797233 or 13620723. OLE color: 13620723.

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

Color convert

RGB243213207-
CMYK00.120.150.05
HSL10º60%88.24%-
HSV(B)10º14.81%95.29%-
XYZ72.0271.1568.97-
YUV221.29119.94143.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=36.65%
G=32.13%
B=31.22%

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
Decimal24321320700.120.150.05106088.24
HexF3D5CF0CF5a3c58
Octal3633253170141751274130
Binary11110011110101011100111101100111110110101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5CF; }

 p { color: rgb(243,213,207); }

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

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

 a { background-color: rgb(243,213,207); }

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

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

 span { border-color: rgb(243,213,207); }

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