#F3D3CB

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

Shades of Coral Candy #F3D3CB

Tints of Coral Candy #F3D3CB

Color information

#F3D3CB (or 0xF3D3CB) is unknown color: approx Coral Candy. HEX triplet: F3, D3 and CB. RGB value is (243,211,203). Sum of RGB (Red+Green+Blue) = 243+211+203=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3CB is #0C2C34. Grayscale: #DBDBDB. Windows color (decimal): -797749 or 13358067. OLE color: 13358067.

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

Color convert

RGB243211203-
CMYK00.130.160.05
HSL12º62.5%87.45%-
HSV(B)12º16.46%95.29%-
XYZ71.0469.9666.26-
YUV219.66118.6144.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 211 (82.81% from 255) = 32.12%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=36.99%
G=32.12%
B=30.90%

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
Decimal24321120300.130.160.051262.587.45
HexF3D3CB0D105c3e57
Octal3633233130152051476127
Binary111100111101001111001011011011000010111001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D3CB; }

 p { color: rgb(243,211,203); }

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

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

 a { background-color: rgb(243,211,203); }

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

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

 span { border-color: rgb(243,211,203); }

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