#F3D4CC

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

Shades of Coral Candy #F3D4CC

Tints of Coral Candy #F3D4CC

Color information

#F3D4CC (or 0xF3D4CC) is unknown color: approx Coral Candy. HEX triplet: F3, D4 and CC. RGB value is (243,212,204). Sum of RGB (Red+Green+Blue) = 243+212+204=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4CC is #0C2B33. Grayscale: #DCDCDC. Windows color (decimal): -797492 or 13423859. OLE color: 13423859.

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

Color convert

RGB243212204-
CMYK00.130.160.05
HSL12.31º61.9%87.65%-
HSV(B)12.31º16.05%95.29%-
XYZ71.470.566.97-
YUV220.36118.77144.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.87%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=36.87%
G=32.17%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321220400.130.160.0512.3161.987.65
HexF3D4CC0D105c3e58
Octal3633243140152051476130
Binary111100111101010011001100011011000010111001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4CC; }

 p { color: rgb(243,212,204); }

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

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

 a { background-color: rgb(243,212,204); }

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

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

 span { border-color: rgb(243,212,204); }

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