#FACCC7

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

Shades of Coral Candy #FACCC7

Tints of Coral Candy #FACCC7

Color information

#FACCC7 (or 0xFACCC7) is unknown color: approx Coral Candy. HEX triplet: FA, CC and C7. RGB value is (250,204,199). Sum of RGB (Red+Green+Blue) = 250+204+199=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC7 is #053338. Grayscale: #D9D9D9. Windows color (decimal): -340793 or 13094138. OLE color: 13094138.

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

Color convert

RGB250204199-
CMYK00.180.200.02
HSL5.88º83.61%88.04%-
HSV(B)5.88º20.4%98.04%-
XYZ71.3367.6363.33-
YUV217.18117.74151.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=38.28%
G=31.24%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419900.180.200.025.8883.6188.04
HexFACCC701214265458
Octal3723143070222426124130
Binary111110101100110011000111010010101001011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCC7; }

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

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

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

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

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

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

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

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