#F3D4CB

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

Shades of Coral Candy #F3D4CB

Tints of Coral Candy #F3D4CB

Color information

#F3D4CB (or 0xF3D4CB) is unknown color: approx Coral Candy. HEX triplet: F3, D4 and CB. RGB value is (243,212,203). Sum of RGB (Red+Green+Blue) = 243+212+203=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4CB is #0C2B34. Grayscale: #DCDCDC. Windows color (decimal): -797493 or 13358323. OLE color: 13358323.

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

Color convert

RGB243212203-
CMYK00.130.160.05
HSL13.5º62.5%87.45%-
HSV(B)13.5º16.46%95.29%-
XYZ71.2970.4566.34-
YUV220.24118.27144.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=36.93%
G=32.22%
B=30.85%

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
Decimal24321220300.130.160.0513.562.587.45
HexF3D4CB0D105e3e57
Octal3633243130152051676127
Binary111100111101010011001011011011000010111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4CB; }

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

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

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

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

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

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

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

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