#FACCC5

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

Shades of Coral Candy #FACCC5

Tints of Coral Candy #FACCC5

Color information

#FACCC5 (or 0xFACCC5) is unknown color: approx Coral Candy. HEX triplet: FA, CC and C5. RGB value is (250,204,197). Sum of RGB (Red+Green+Blue) = 250+204+197=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC5 is #05333A. Grayscale: #D9D9D9. Windows color (decimal): -340795 or 12963066. OLE color: 12963066.

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

Color convert

RGB250204197-
CMYK00.180.210.02
HSL7.92º84.13%87.65%-
HSV(B)7.92º21.2%98.04%-
XYZ71.167.5462.11-
YUV216.96116.74151.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 197 (77.34% from 255) = 30.26%
R=38.40%
G=31.34%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419700.180.210.027.9284.1387.65
HexFACCC501215285458
Octal37231430502225210124130
Binary1111101011001100110001010100101010110100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCC5; }

 p { color: rgb(250,204,197); }

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

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

 a { background-color: rgb(250,204,197); }

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

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

 span { border-color: rgb(250,204,197); }

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