#FACDCB

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

Shades of Coral Candy #FACDCB

Tints of Coral Candy #FACDCB

Color information

#FACDCB (or 0xFACDCB) is unknown color: approx Coral Candy. HEX triplet: FA, CD and CB. RGB value is (250,205,203). Sum of RGB (Red+Green+Blue) = 250+205+203=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCB is #053234. Grayscale: #DADADA. Windows color (decimal): -340533 or 13356538. OLE color: 13356538.

HSL color Cylindrical-coordinate representation of color #FACDCB: hue angle of 2.55º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACDCB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250205203-
CMYK00.180.190.02
HSL2.55º82.46%88.82%-
HSV(B)2.55º18.8%98.04%-
XYZ72.0468.365.89-
YUV218.23119.41150.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=37.99%
G=31.16%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520300.180.190.022.5582.4688.82
HexFACDCB01213235259
Octal3723153130222323122131
Binary11111010110011011100101101001010011101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDCB; }

 p { color: rgb(250,205,203); }

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

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

 a { background-color: rgb(250,205,203); }

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

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

 span { border-color: rgb(250,205,203); }

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