#FACDC4

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

Shades of Coral Candy #FACDC4

Tints of Coral Candy #FACDC4

Color information

#FACDC4 (or 0xFACDC4) is unknown color: approx Coral Candy. HEX triplet: FA, CD and C4. RGB value is (250,205,196). Sum of RGB (Red+Green+Blue) = 250+205+196=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC4 is #05323B. Grayscale: #D9D9D9. Windows color (decimal): -340540 or 12897786. OLE color: 12897786.

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

Color convert

RGB250205196-
CMYK00.180.220.02
HSL10º84.38%87.45%-
HSV(B)10º21.6%98.04%-
XYZ71.2267.9761.59-
YUV217.43115.91151.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=38.40%
G=31.49%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020519600.180.220.021084.3887.45
HexFACDC4012162a5457
Octal37231530402226212124127
Binary1111101011001101110001000100101011010101010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDC4; }

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

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

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

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

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

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

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

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